32 calls to Utility::createCombinedId() in Search API 8
- AddURLKernelTest::testItemFieldExtraction in tests/
src/ Kernel/ Processor/ AddURLKernelTest.php - Tests extracting the field for a search item.
- AggregatedFieldsTest::testAggregation in tests/
src/ Unit/ Processor/ AggregatedFieldsTest.php - Tests aggregated fields of the given type.
- BasicTrackerTest::testTracking in tests/
src/ Kernel/ BasicTrackerTest.php - Tests tracking.
- DatasourceTaskTest::testItemTranslations in tests/
src/ Kernel/ Datasource/ DatasourceTaskTest.php - Tests that datasource config changes are reflected correctly.
- EntityStatusTest::testAlterItems in tests/
src/ Unit/ Processor/ EntityStatusTest.php - Tests if unpublished/inactive entities are removed from the indexed items.
- EventListener::queryTagAlter in tests/
search_api_test_events/ src/ EventListener.php - Reacts to the query TAG alter event.
- ExampleContentTrait::addTestEntity in tests/
src/ Functional/ ExampleContentTrait.php - Creates and saves a test entity with the given values.
- Field::getCombinedPropertyPath in src/
Item/ Field.php - Retrieves the "combined" property path of the field.
- FieldsHelper::createItemFromObject in src/
Utility/ FieldsHelper.php - Creates a search item object by wrapping an existing complex data object.
- FieldValuesExtractionTest::testPropertyValuesExtraction in tests/
src/ Kernel/ System/ FieldValuesExtractionTest.php - Tests extraction of properties, as used in processors or for result lists.
- Index::trackItemsDeleted in src/
Entity/ Index.php - Deletes items from the index.
- Index::trackItemsInsertedOrUpdated in src/
Entity/ Index.php - Tracks insertion or updating of items.
- IndexAddFieldsForm::getPropertiesList in src/
Form/ IndexAddFieldsForm.php - Creates an items list for the given properties.
- IndexChangesTest::testDatasourceAdded in tests/
src/ Kernel/ Index/ IndexChangesTest.php - Tests correct reactions when a new datasource is added.
- IndexChangesTest::testDatasourceRemoved in tests/
src/ Kernel/ Index/ IndexChangesTest.php - Tests correct reactions when a datasource is removed.
- IntegrationTest::addField in tests/
src/ Functional/ IntegrationTest.php - Adds a field for a specific property to the index.
- LanguageKernelTest::testDatasourceLanguagesSetting in tests/
src/ Kernel/ Datasource/ LanguageKernelTest.php - Tests tracking when the datasource has only specific languages enabled.
- LanguageWithFallbackTest::getItemIdForLanguage in tests/
src/ Kernel/ Processor/ LanguageWithFallbackTest.php - Retrieves the test node's item ID for the given language.
- ProcessorPluginBase::ensureField in src/
Processor/ ProcessorPluginBase.php - Ensures that a field with certain properties is indexed on the index.
- ProcessorTestBase::generateItem in tests/
src/ Kernel/ Processor/ ProcessorTestBase.php - Generates a single test item.
- ResultsTrait::assertResults in tests/
src/ Kernel/ ResultsTrait.php - Asserts that the search results contain the expected IDs.
- RoleFilterTest::setUp in tests/
src/ Unit/ Processor/ RoleFilterTest.php - Creates a new processor object for use in the tests.
- SearchApiEntityField::query in src/
Plugin/ views/ field/ SearchApiEntityField.php - Add anything to the query that we might need to.
- SearchApiFieldTrait::createCombinedPropertyPath in src/
Plugin/ views/ field/ SearchApiFieldTrait.php - Creates a combined property path.
- search_api_test_hooks_search_api_query_views_search_api_test_view_alter in tests/
search_api_test_hooks/ search_api_test_hooks.module - Implements hook_search_api_query_TAG_alter().
- 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::createSingleFieldItem in tests/
src/ Unit/ Processor/ TestItemsTrait.php - Creates an array with a single item which has the given field.
- ViewsFieldTraitTest::setUp in tests/
src/ Kernel/ Views/ ViewsFieldTraitTest.php - ViewsFieldTraitTest::testPreRender in tests/
src/ Kernel/ Views/ ViewsFieldTraitTest.php - Tests that entity loading in the pre-render phase works correctly.
- ViewsPropertyExtractionTest::testPropertyExtraction in tests/
src/ Kernel/ Views/ ViewsPropertyExtractionTest.php - Tests whether property extraction works correctly.
- _search_api_views_datasource_table in ./
search_api.views.inc - Creates a Views table definition for one datasource of an index.