public function SearchApiDataSourceControllerInterface::stopTracking in Search API 7
Stops tracking of the index status of items for the given indexes.
The tracking tables of the given indexes should be completely cleared.
Parameters
SearchApiIndex[] $indexes: The SearchApiIndex objects for which item tracking should be stopped.
Throws
SearchApiDataSourceException If any error state was encountered.
1 method overrides SearchApiDataSourceControllerInterface::stopTracking()
- SearchApiAbstractDataSourceController::stopTracking in includes/
datasource.inc - Stops tracking of the index status of items for the given indexes.
File
- includes/
datasource.inc, line 151 - Contains the SearchApiDataSourceControllerInterface as well as a default base class.
Class
- SearchApiDataSourceControllerInterface
- Interface for all data source controllers for Search API indexes.
Code
public function stopTracking(array $indexes);