You are here

service plugin.manager.crm_core_match.matchers in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/crm_core_match.services.yml \plugin.manager.crm_core_match.matchers
  2. 8 modules/crm_core_match/crm_core_match.services.yml \plugin.manager.crm_core_match.matchers

Class

Drupal\Core\Plugin\DefaultPluginManager
1 string reference to plugin.manager.crm_core_match.matchers
crm_core_match_matcher_manager in modules/crm_core_match/crm_core_match.module
Returns an instance of the match manager.

File

modules/crm_core_match/crm_core_match.services.yml
modules/crm_core_match/crm_core_match.services.yml

View source
  1. class: Drupal\Core\Plugin\DefaultPluginManager
  2. arguments:
  3. - Plugin/crm_core_match/engine
  4. - '@container.namespaces'
  5. - '@module_handler'
  6. - Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineInterface
  7. - Drupal\crm_core_match\Annotation\CrmCoreMatchEngine
  8. calls:
  9. - [setCacheBackend, ['@cache.discovery', crm_core_match_engine_plugins]]