You are here

36 calls to LoggerTrait::logException() in Search API 8

BackendPluginBase::preDelete in src/Backend/BackendPluginBase.php
Notifies the backend that the server is about to be deleted.
Basic::getIndexedItemsCount in src/Plugin/search_api/tracker/Basic.php
Retrieves the number of indexed items for this index.
Basic::getRemainingItems in src/Plugin/search_api/tracker/Basic.php
Retrieves a list of item IDs that need to be indexed.
Basic::getRemainingItemsCount in src/Plugin/search_api/tracker/Basic.php
Retrieves the total number of pending items for this index.
Basic::getTotalItemsCount in src/Plugin/search_api/tracker/Basic.php
Retrieves the total number of items that are being tracked for this index.
Basic::trackAllItemsDeleted in src/Plugin/search_api/tracker/Basic.php
Removes all items from the tracker, or only those of a specific datasource.
Basic::trackAllItemsUpdated in src/Plugin/search_api/tracker/Basic.php
Marks all items as updated, or only those of a specific datasource.
Basic::trackItemsDeleted in src/Plugin/search_api/tracker/Basic.php
Removes items from the tracking system for this index.
Basic::trackItemsIndexed in src/Plugin/search_api/tracker/Basic.php
Marks items as indexed for this index.
Basic::trackItemsInserted in src/Plugin/search_api/tracker/Basic.php
Inserts new items into the tracking system for this index.
Basic::trackItemsUpdated in src/Plugin/search_api/tracker/Basic.php
Marks the given items as updated for this index.
ContentEntity::getAffectedItemsForEntityChange in src/Plugin/search_api/datasource/ContentEntity.php
Identifies items affected by a change to a referenced entity.
Database::createFieldTable in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Creates or modifies a table to add an indexed field.
Database::getAutocompleteSuggestions in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Retrieves autocompletion suggestions for some user input.
Database::getFacets in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Computes facets for a search query.
Database::getTemporaryResultsTable in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Creates a temporary table from a select query.
Field::getDescription in src/Item/Field.php
Retrieves this field's description.
Field::getOriginalType in src/Item/Field.php
Retrieves the original data type of this field.
Field::getPrefixedLabel in src/Item/Field.php
Retrieves this field's label along with datasource prefix.
Index::indexItems in src/Entity/Index.php
Indexes a set amount of items.
Index::loadItemsMultiple in src/Entity/Index.php
Loads multiple search objects for this index.
Index::postSave in src/Entity/Index.php
Acts on a saved entity before the insert or update hook is invoked.
Item::getFields in src/Item/Item.php
Returns the item's fields.
RenderedItem::addFieldValues in src/Plugin/search_api/processor/RenderedItem.php
Adds the values of properties defined by this processor to the item.
SearchApiDate::render_item in src/Plugin/views/field/SearchApiDate.php
Renders a single item of a row.
SearchApiEntityOperations::render in src/Plugin/views/field/SearchApiEntityOperations.php
Renders the field.
SearchApiFieldTrait::expandRequiredProperties in src/Plugin/views/field/SearchApiFieldTrait.php
Expands the properties to retrieve for this field.
SearchApiRenderedItem::render in src/Plugin/views/field/SearchApiRenderedItem.php
Render the field.
SearchApiRow::render in src/Plugin/views/row/SearchApiRow.php
Render a row object. This usually passes through to a theme template of some form, but not always.
Server::addIndex in src/Entity/Server.php
Adds a new index to this server.
Server::deleteAllIndexItems in src/Entity/Server.php
Deletes all the items from the index.
Server::deleteAllItems in src/Entity/Server.php
Deletes all items on this server, except those from read-only indexes.
Server::deleteItems in src/Entity/Server.php
Deletes the specified items from the index.
Server::removeIndex in src/Entity/Server.php
Removes an index from this server.
Server::updateIndex in src/Entity/Server.php
Notifies the server that an index attached to it has been changed.
ServerTaskManager::execute in src/Task/ServerTaskManager.php
Checks for pending tasks on one or all enabled search servers.