You are here

protected property CommentTypeDeleteForm::$commentManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Form/CommentTypeDeleteForm.php \Drupal\comment\Form\CommentTypeDeleteForm::commentManager

The comment manager service.

Type: \Drupal\comment\CommentManagerInterface

File

core/modules/comment/src/Form/CommentTypeDeleteForm.php, line 24

Class

CommentTypeDeleteForm
Provides a confirmation form for deleting a comment type entity.

Namespace

Drupal\comment\Form

Code

protected $commentManager;