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