You are here

protected property ContentTranslationController::$entityFieldManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/Controller/ContentTranslationController.php \Drupal\content_translation\Controller\ContentTranslationController::entityFieldManager
  2. 9 core/modules/content_translation/src/Controller/ContentTranslationController.php \Drupal\content_translation\Controller\ContentTranslationController::entityFieldManager

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

core/modules/content_translation/src/Controller/ContentTranslationController.php, line 34

Class

ContentTranslationController
Base class for entity translation controllers.

Namespace

Drupal\content_translation\Controller

Code

protected $entityFieldManager;