You are here

service plugin.manager.cms_content_sync_field_handler in CMS Content Sync 8

Class

Drupal\cms_content_sync\Plugin\Type\FieldHandlerPluginManager
4 string references to plugin.manager.cms_content_sync_field_handler
EntityHandlerPluginManager::getEntityTypeInfo in src/Plugin/Type/EntityHandlerPluginManager.php
Flow::getDefaultFieldConfigForEntityType in src/Entity/Flow.php
Flow::getFieldHandler in src/Entity/Flow.php
Get the correct field handler instance for this entity type and field 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\FieldHandlerPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'