You are here

28 string references to search_api.fields_helper in Search API 8

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
ContentEntity::create in src/Plugin/search_api/datasource/ContentEntity.php
Creates an instance of the plugin.
ContentEntity::getFieldsHelper in src/Plugin/search_api/datasource/ContentEntity.php
Retrieves the fields helper.
DependencyRemovalTest::testFieldDependency in tests/src/Kernel/ConfigEntity/DependencyRemovalTest.php
Tests index with a field dependency that gets removed.
EntityStatusTest::testAlterItems in tests/src/Unit/Processor/EntityStatusTest.php
Tests if unpublished/inactive entities are removed from the indexed items.
FieldValuesExtractionTest::setUp in tests/src/Kernel/System/FieldValuesExtractionTest.php
IndexAddFieldsForm::create in src/Form/IndexAddFieldsForm.php
Instantiates a new instance of this class.
IndexChangesTest::testPropertyBundleRemoved in tests/src/Kernel/Index/IndexChangesTest.php
Tests correct reaction when a bundle containing a property is removed.
IndexChangesTest::testPropertyProcessorRemoved in tests/src/Kernel/Index/IndexChangesTest.php
Tests correct reaction when a processor adding a property is removed.
IndexFieldsForm::create in src/Form/IndexFieldsForm.php
Instantiates a new instance of this class.
NumberFieldBoostTest::setUp in tests/src/Kernel/Processor/NumberFieldBoostTest.php
Performs setup tasks before each individual test method is run.
ProcessorPluginBase::create in src/Processor/ProcessorPluginBase.php
Creates an instance of the plugin.
ProcessorPluginBase::getFieldsHelper in src/Processor/ProcessorPluginBase.php
Retrieves the fields helper.
ReverseEntityReferencesTest::testAddFieldValues in tests/src/Kernel/Processor/ReverseEntityReferencesTest.php
Tests that field value extraction works correctly.
RoleAccessTest::testComputedFieldValues in tests/src/Kernel/Processor/RoleAccessTest.php
Tests whether the correct field values are created for nodes.
RoleFilterTest::setUp in tests/src/Unit/Processor/RoleFilterTest.php
Creates a new processor object for use in the tests.
SearchApiFieldTrait::getFieldsHelper in src/Plugin/views/field/SearchApiFieldTrait.php
Retrieves the fields helper.
SerializationTest::testIndexSerialization in tests/src/Kernel/System/SerializationTest.php
Tests that serialization of index entities doesn't lead to data loss.
SoulMate::create in tests/search_api_test_extraction/src/Plugin/search_api/processor/SoulMate.php
Creates an instance of the plugin.
SoulMate::getFieldsHelper in tests/search_api_test_extraction/src/Plugin/search_api/processor/SoulMate.php
Retrieves the fields helper.
TestBackend::search in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Executes a search on this server.
TestItemsTrait::createItems in tests/src/Unit/Processor/TestItemsTrait.php
Creates a certain number of test items.
TestItemsTrait::setUpMockContainer in tests/src/Unit/Processor/TestItemsTrait.php
Adds a container with several mock services commonly needed by our tests.
ViewsPropertyExtractionTest::testPropertyExtraction in tests/src/Kernel/Views/ViewsPropertyExtractionTest.php
Tests whether property extraction works correctly.