18 calls to Utility::splitCombinedId() in Search API 8
- AggregatedFieldProperty::buildConfigurationForm in src/
Plugin/ search_api/ processor/ Property/ AggregatedFieldProperty.php - Constructs a configuration form for a field based on this property.
- AggregatedFieldProperty::getFieldDescription in src/
Plugin/ search_api/ processor/ Property/ AggregatedFieldProperty.php - Retrieves the description for a field based on this property.
- AggregatedFields::addFieldValues in src/
Plugin/ search_api/ processor/ AggregatedFields.php - Adds the values of properties defined by this processor to the item.
- BackendTest::regressionTest2926733 in modules/
search_api_db/ tests/ src/ Kernel/ BackendTest.php - Tests indexing of text tokens with leading/trailing whitespace.
- Basic::trackItemsInserted in src/
Plugin/ search_api/ tracker/ Basic.php - Inserts new items into the tracking system for this index.
- HighlightTest::createTestField in tests/
src/ Unit/ Processor/ HighlightTest.php - Creates a field object for testing.
- hook_search_api_index_items_alter in ./
search_api.api.php - Allows you to log or alter the items that are indexed.
- Index::loadItemsMultiple in src/
Entity/ Index.php - Loads multiple search objects for this index.
- IndexAddFieldsForm::addField in src/
Form/ IndexAddFieldsForm.php - Form submission handler for adding a new field to the index.
- Item::getDatasourceId in src/
Item/ Item.php - Returns the ID of this item's datasource.
- RenderedItemTest::testAddFieldValues in tests/
src/ Kernel/ Processor/ RenderedItemTest.php - Tests whether the rendered_item field is correctly filled by the processor.
- SearchApiEntityField::getParentPath in src/
Plugin/ views/ field/ SearchApiEntityField.php - Retrieves the property path of the parent property.
- SearchApiFieldTrait::addRetrievedProperty in src/
Plugin/ views/ field/ SearchApiFieldTrait.php - Adds a property to be retrieved.
- SearchApiFieldTrait::getDatasourceId in src/
Plugin/ views/ field/ SearchApiFieldTrait.php - Retrieves the ID of the datasource to which this field belongs.
- SearchApiFieldTrait::getEntity in src/
Plugin/ views/ field/ SearchApiFieldTrait.php - Gets the entity matching the current row and relationship.
- TestBackend::deleteAllIndexItems in tests/
search_api_test/ src/ Plugin/ search_api/ backend/ TestBackend.php - Deletes all the items from the index.
- TestItemsTrait::createItems in tests/
src/ Unit/ Processor/ TestItemsTrait.php - Creates a certain number of test items.
- ViewsPropertyExtractionTest::testPropertyExtraction in tests/
src/ Kernel/ Views/ ViewsPropertyExtractionTest.php - Tests whether property extraction works correctly.