You are here

service plugin.manager.search_api.processor in Search API 8

Class

Drupal\search_api\Processor\ProcessorPluginManager
1 string reference to plugin.manager.search_api.processor
IndexProcessorsForm::create in src/Form/IndexProcessorsForm.php
Instantiates a new instance of this class.

File

./search_api.services.yml
search_api.services.yml

View source
  1. class: Drupal\search_api\Processor\ProcessorPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@event_dispatcher'
  7. - '@string_translation'