You are here

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

Same name and namespace in other branches
  1. 8 modules/cms_content_sync_developer/src/EventSubscriber/VersionComparison.php \Drupal\cms_content_sync_developer\EventSubscriber\VersionComparison::entity_type_manager
  2. 2.1.x modules/cms_content_sync_developer/src/EventSubscriber/VersionComparison.php \Drupal\cms_content_sync_developer\EventSubscriber\VersionComparison::entity_type_manager

The Core EntityTypeManager.

Type: \Drupal\Core\Entity\EntityTypeManager

File

modules/cms_content_sync_developer/src/EventSubscriber/VersionComparison.php, line 30

Class

VersionComparison
A subscriber triggering a config when certain configuration changes.

Namespace

Drupal\cms_content_sync_developer\EventSubscriber

Code

protected $entity_type_manager;