You are here

service search_api.fields_helper in Search API 8

Class

Drupal\search_api\Utility\FieldsHelper
28 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

... See full list

File

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

View source
  1. class: Drupal\search_api\Utility\FieldsHelper
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_field.manager'
  5. - '@entity_type.bundle.info'
  6. - '@search_api.data_type_helper'