You are here

protected property CommentTypeForm::$entityTypeManager in Drupal 8

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

Entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides EntityForm::$entityTypeManager

File

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

Class

CommentTypeForm
Base form handler for comment type edit forms.

Namespace

Drupal\comment

Code

protected $entityTypeManager;