12 string references to search_api.task_manager in Search API 8
- DatasourceTaskTest::setUp in tests/
src/ Kernel/ Datasource/ DatasourceTaskTest.php - IndexChangesTest::setUp in tests/
src/ Kernel/ Index/ IndexChangesTest.php - SearchApiBrowserTestBase::executeTasks in tests/
src/ Functional/ SearchApiBrowserTestBase.php - Executes all pending Search API tasks.
- search_api_cron in ./
search_api.module - Implements hook_cron().
- 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::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.
- ServerTaskTest::setUp in tests/
src/ Kernel/ Server/ ServerTaskTest.php - TaskController::create in src/
Controller/ TaskController.php - Instantiates a new instance of this class.
- TaskTest::setUp in tests/
src/ Kernel/ System/ TaskTest.php