You are here

protected property MentionsInsert::$entityTypeManager in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::entityTypeManager
  2. 10.1.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::entityTypeManager
  3. 10.2.x modules/custom/mentions/src/EventSubscriber/MentionsInsert.php \Drupal\mentions\EventSubscriber\MentionsInsert::entityTypeManager

The entity type manager interface.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/custom/mentions/src/EventSubscriber/MentionsInsert.php, line 19

Class

MentionsInsert
MentionsInsert handles event 'mentions.insert'.

Namespace

Drupal\mentions\EventSubscriber

Code

protected $entityTypeManager;