You are here

protected property CommentTypeForm::$commentManager in Drupal 8

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

The comment manager.

Type: \Drupal\comment\CommentManagerInterface

File

core/modules/comment/src/CommentTypeForm.php, line 48

Class

CommentTypeForm
Base form handler for comment type edit forms.

Namespace

Drupal\comment

Code

protected $commentManager;