protected property CommentController::$entityFieldManager in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/src/Controller/CommentController.php \Drupal\comment\Controller\CommentController::entityFieldManager
- 9 core/modules/comment/src/Controller/CommentController.php \Drupal\comment\Controller\CommentController::entityFieldManager
The entity field manager.
Type: \Drupal\Core\Entity\EntityFieldManagerInterface
File
- core/
modules/ comment/ src/ Controller/ CommentController.php, line 50
Class
- CommentController
- Controller for the comment entity.
Namespace
Drupal\comment\ControllerCode
protected $entityFieldManager;