You are here

20 calls to TestPluginTrait::logMethodCall() in Search API 8

TestBackend::checkError in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
TestProcessor::alterIndexedItems in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Alter the items to be indexed.
TestProcessor::postprocessSearchResults in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Postprocess search results before they are returned by the query.
TestProcessor::preIndexSave in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Preprocesses the search index entity before it is saved.
TestProcessor::preprocessIndexItems in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Preprocesses search items for indexing.
TestProcessor::preprocessSearchQuery in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Preprocesses a search query.
TestSearch::buildConfigurationForm in modules/search_api_db/tests/search_api_db_test_autocomplete/src/Plugin/search_api_autocomplete/search/TestSearch.php
Form constructor.
TestSearch::createQuery in modules/search_api_db/tests/search_api_db_test_autocomplete/src/Plugin/search_api_autocomplete/search/TestSearch.php
Creates a search query based on this search.
TestSearch::submitConfigurationForm in modules/search_api_db/tests/search_api_db_test_autocomplete/src/Plugin/search_api_autocomplete/search/TestSearch.php
Form submission handler.
TestSearch::validateConfigurationForm in modules/search_api_db/tests/search_api_db_test_autocomplete/src/Plugin/search_api_autocomplete/search/TestSearch.php
Form validation handler.
TestTracker::getIndexedItemsCount in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Retrieves the number of indexed items for this index.
TestTracker::getRemainingItems in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Retrieves a list of item IDs that need to be indexed.
TestTracker::getRemainingItemsCount in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Retrieves the total number of pending items for this index.
TestTracker::getTotalItemsCount in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Retrieves the total number of items that are being tracked for this index.
TestTracker::trackAllItemsDeleted in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Removes all items from the tracker, or only those of a specific datasource.
TestTracker::trackAllItemsUpdated in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Marks all items as updated, or only those of a specific datasource.
TestTracker::trackItemsDeleted in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Removes items from the tracking system for this index.
TestTracker::trackItemsIndexed in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Marks items as indexed for this index.
TestTracker::trackItemsInserted in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Inserts new items into the tracking system for this index.
TestTracker::trackItemsUpdated in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Marks the given items as updated for this index.