You are here

protected property CommentForm::$entityFieldManager in Drupal 8

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

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

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

Class

CommentForm
Base handler for comment forms.

Namespace

Drupal\comment

Code

protected $entityFieldManager;