service search_api.fields_helper in Search API 8
Class
Drupal\search_api\Utility\FieldsHelper28 string references to search_api.fields_helper
- AggregatedFieldsTest::testFieldExtraction in tests/
src/ Unit/ Processor/ AggregatedFieldsTest.php - Tests that field extraction in the processor works correctly.
- BackendPluginBase::create in src/
Backend/ BackendPluginBase.php - Creates an instance of the plugin.
- BackendPluginBase::getFieldsHelper in src/
Backend/ BackendPluginBase.php - Retrieves the fields helper.
- BackendTest::regressionTest2926733 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests indexing of text tokens with leading/trailing whitespace.
- BackendTest::setUp in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php
File
View source
- class: Drupal\search_api\Utility\FieldsHelper
- arguments:
- - '@entity_type.manager'
- - '@entity_field.manager'
- - '@entity_type.bundle.info'
- - '@search_api.data_type_helper'