You are here

service plugin.manager.cms_content_sync_entity_handler in CMS Content Sync 8

Class

Drupal\cms_content_sync\Plugin\Type\EntityHandlerPluginManager
4 string references to plugin.manager.cms_content_sync_entity_handler
EntityHandlerPluginManager::getEntityTypeInfo in src/Plugin/Type/EntityHandlerPluginManager.php
Flow::createFlow in src/Entity/Flow.php
Create a flow configuration programmatically.
Flow::getEntityTypeHandler in src/Entity/Flow.php
The the entity type handler for the given config.
FlowForm::create in src/Form/FlowForm.php
Instantiates a new instance of this class.

File

./cms_content_sync.services.yml
cms_content_sync.services.yml

View source
  1. class: Drupal\cms_content_sync\Plugin\Type\EntityHandlerPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'