crm_core-8.x-3.x-dev/modules/crm_core_match/crm_core_match.services.yml
modules/crm_core_match/crm_core_match.services.yml
services:
plugin.manager.crm_core_match.matchers:
class: Drupal\Core\Plugin\DefaultPluginManager
arguments:
- 'Plugin/crm_core_match/engine'
- '@container.namespaces'
- '@module_handler'
- 'Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineInterface'
- 'Drupal\crm_core_match\Annotation\CrmCoreMatchEngine'
calls:
- [setCacheBackend, ['@cache.discovery', 'crm_core_match_engine_plugins']]
plugin.manager.crm_core_match.match_field:
class: Drupal\Core\Plugin\DefaultPluginManager
arguments:
- 'Plugin/crm_core_match/field'
- '@container.namespaces'
- '@module_handler'
- 'Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface'
- 'Drupal\crm_core_match\Annotation\CrmCoreMatchFieldHandler'
calls:
- [setCacheBackend, ['@cache.discovery', 'crm_core_match_field_plugins']]
