You are here

protected property CommentController::$commentManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/Controller/CommentController.php \Drupal\comment\Controller\CommentController::commentManager

The comment manager service.

Type: \Drupal\comment\CommentManagerInterface

File

core/modules/comment/src/Controller/CommentController.php, line 43

Class

CommentController
Controller for the comment entity.

Namespace

Drupal\comment\Controller

Code

protected $commentManager;