service search_api.server_task_manager in Search API 8
Class
Drupal\search_api\Task\ServerTaskManagerTags
- event_subscriber
9 string references to search_api.server_task_manager
- 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.
File
View source
- class: Drupal\search_api\Task\ServerTaskManager
- arguments:
- - '@search_api.task_manager'
- - '@entity_type.manager'
- tags:
- - { name: event_subscriber }