You are here

protected property CommentManager::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/src/CommentManager.php \Drupal\comment\CommentManager::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/comment/src/CommentManager.php, line 47

Class

CommentManager
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

protected $entityTypeManager;