You are here

protected property ConfigImportSubscriber::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php \Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php, line 28

Class

ConfigImportSubscriber
Check moderation states are not being used before updating workflow config.

Namespace

Drupal\content_moderation\EventSubscriber

Code

protected $entityTypeManager;