You are here

protected property CommentController::$entityFieldManager in Drupal 9

Same name and namespace in other branches
  1. 8 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\Controller

Code

protected $entityFieldManager;