You are here

protected property ContentTranslationController::$manager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Controller/ContentTranslationController.php \Drupal\content_translation\Controller\ContentTranslationController::manager

The content translation manager.

Type: \Drupal\content_translation\ContentTranslationManagerInterface

File

core/modules/content_translation/src/Controller/ContentTranslationController.php, line 29
Contains \Drupal\content_translation\Controller\ContentTranslationController.

Class

ContentTranslationController
Base class for entity translation controllers.

Namespace

Drupal\content_translation\Controller

Code

protected $manager;