9 string references to search_api.server_task_manager in Search API 8
- 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::indexItems in src/
Entity/ Server.php - Indexes the specified items.
- 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.
- ServerStatusForm::create in src/
Form/ ServerStatusForm.php - Instantiates a new instance of this class.
- ServerStatusForm::getServerTaskManager in src/
Form/ ServerStatusForm.php - Retrieves the server task manager.
- ServerTaskTest::setUp in tests/
src/ Kernel/ Server/ ServerTaskTest.php