You are here

service plugin.manager.facets.processor in Facets 8

Class

Drupal\facets\Processor\ProcessorPluginManager
6 string references to plugin.manager.facets.processor
CountLimitProcessorTest::setUp in tests/src/Unit/Plugin/processor/CountLimitProcessorTest.php
Creates a new processor object for use in the tests.
ExcludeSpecifiedItemsProcessorTest::setUp in tests/src/Unit/Plugin/processor/ExcludeSpecifiedItemsProcessorTest.php
Creates a new processor object for use in the tests.
Facet::loadProcessors in src/Entity/Facet.php
Retrieves all processors supported by this facet.
FacetForm::create in src/Form/FacetForm.php
Instantiates a new instance of this class.
FacetSettingsForm::create in src/Form/FacetSettingsForm.php
Instantiates a new instance of this class.

... See full list

File

./facets.services.yml
facets.services.yml

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