Loading src/Plugin/views/field/TranslationModerationState.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\translation_views\Plugin\views\field; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\content_translation\ContentTranslationManager; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\views\Plugin\views\field\FieldPluginBase; Loading Loading @@ -32,7 +32,7 @@ class TranslationModerationState extends FieldPluginBase { /** * Entity type manager. * * @var \Drupal\Core\Entity\EntityTypeManager * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading @@ -45,7 +45,7 @@ class TranslationModerationState extends FieldPluginBase { $plugin_definition, ModerationInformationInterface $moderation_info, LanguageManagerInterface $language_manager, EntityTypeManager $entity_type_manager EntityTypeManagerInterface $entity_type_manager ) { parent::__construct($configuration, $plugin_id, $plugin_definition); Loading src/Plugin/views/field/TranslationOperationsField.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\translation_views\Plugin\views\field; use Drupal\content_translation\ContentTranslationManager; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityRepositoryInterface; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Session\AccountProxyInterface; use Drupal\Core\Url; Loading Loading @@ -44,7 +44,7 @@ class TranslationOperationsField extends EntityOperations { array $configuration, $plugin_id, array $plugin_definition, EntityTypeManager $entity_type_manager, EntityTypeManagerInterface $entity_type_manager, LanguageManagerInterface $language_manager, EntityRepositoryInterface $entity_repository, AccountProxyInterface $account Loading Loading
src/Plugin/views/field/TranslationModerationState.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\translation_views\Plugin\views\field; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\content_translation\ContentTranslationManager; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\views\Plugin\views\field\FieldPluginBase; Loading Loading @@ -32,7 +32,7 @@ class TranslationModerationState extends FieldPluginBase { /** * Entity type manager. * * @var \Drupal\Core\Entity\EntityTypeManager * @var \Drupal\Core\Entity\EntityTypeManagerInterface */ protected $entityTypeManager; Loading @@ -45,7 +45,7 @@ class TranslationModerationState extends FieldPluginBase { $plugin_definition, ModerationInformationInterface $moderation_info, LanguageManagerInterface $language_manager, EntityTypeManager $entity_type_manager EntityTypeManagerInterface $entity_type_manager ) { parent::__construct($configuration, $plugin_id, $plugin_definition); Loading
src/Plugin/views/field/TranslationOperationsField.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\translation_views\Plugin\views\field; use Drupal\content_translation\ContentTranslationManager; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityRepositoryInterface; use Drupal\Core\Entity\EntityTypeManager; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Core\Session\AccountProxyInterface; use Drupal\Core\Url; Loading Loading @@ -44,7 +44,7 @@ class TranslationOperationsField extends EntityOperations { array $configuration, $plugin_id, array $plugin_definition, EntityTypeManager $entity_type_manager, EntityTypeManagerInterface $entity_type_manager, LanguageManagerInterface $language_manager, EntityRepositoryInterface $entity_repository, AccountProxyInterface $account Loading