You are here

protected property CommentTypeForm::$commentManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 42
Contains \Drupal\comment\CommentTypeForm.

Class

CommentTypeForm
Base form controller for category edit forms.

Namespace

Drupal\comment

Code

protected $commentManager;