You are here

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

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

The entity type manager interface.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

MentionsDelete
MentionsDelete handles event 'mentions.delete'.

Namespace

Drupal\mentions\EventSubscriber

Code

protected $entityTypeManager;