You are here

protected property ContentTranslationLocalTasks::$contentTranslationManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php \Drupal\content_translation\Plugin\Derivative\ContentTranslationLocalTasks::contentTranslationManager
  2. 10 core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php \Drupal\content_translation\Plugin\Derivative\ContentTranslationLocalTasks::contentTranslationManager

The content translation manager.

Type: \Drupal\content_translation\ContentTranslationManagerInterface

File

core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php, line 30

Class

ContentTranslationLocalTasks
Provides dynamic local tasks for content translation.

Namespace

Drupal\content_translation\Plugin\Derivative

Code

protected $contentTranslationManager;