You are here

service search_api.plugin_helper in Search API 8

Class

Drupal\search_api\Utility\PluginHelper
4 string references to search_api.plugin_helper
AggregatedFieldsTest::setUp in tests/src/Unit/Processor/AggregatedFieldsTest.php
Creates a new processor object for use in the tests.
Index::getProcessorsByStage in src/Entity/Index.php
Loads this index's processors for a specific stage.
IndexForm::create in src/Form/IndexForm.php
Instantiates a new instance of this class.
SerializationTest::testIndexSerialization in tests/src/Kernel/System/SerializationTest.php
Tests that serialization of index entities doesn't lead to data loss.

File

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

View source
  1. class: Drupal\search_api\Utility\PluginHelper
  2. arguments:
  3. - '@plugin.manager.search_api.datasource'
  4. - '@plugin.manager.search_api.processor'
  5. - '@plugin.manager.search_api.tracker'