You are here

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

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

The entity type manager interface.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

MentionsUpdate
MentionsUpdate handles event 'mentions.update'.

Namespace

Drupal\mentions\EventSubscriber

Code

protected $entityTypeManager;