You are here

protected property ConfigSubscriber::$entity_type_manager in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 2.1.x src/EventSubscriber/ConfigSubscriber.php \Drupal\cms_content_sync\EventSubscriber\ConfigSubscriber::entity_type_manager

The Core EntityTypeManager.

Type: \Drupal\Core\Entity\EntityTypeManager

File

src/EventSubscriber/ConfigSubscriber.php, line 30

Class

ConfigSubscriber
A subscriber triggering a config when certain configuration changes.

Namespace

Drupal\cms_content_sync\EventSubscriber

Code

protected $entity_type_manager;