service search_api.index_task_manager in Search API 8
Class
Drupal\search_api\Task\IndexTaskManagerTags
- event_subscriber
7 string references to search_api.index_task_manager
- Index::postSave in src/
Entity/ Index.php - Acts on a saved entity before the insert or update hook is invoked.
- Index::preDelete in src/
Entity/ Index.php - Acts on entities before they are deleted and before hooks are invoked.
- Index::reactToDatasourceSwitch in src/
Entity/ Index.php - Checks whether the index's datasources changed and reacts accordingly.
- Index::reactToTrackerSwitch in src/
Entity/ Index.php - Checks whether the index switched tracker plugin and reacts accordingly.
- Index::rebuildTracker in src/
Entity/ Index.php - Starts a rebuild of the index's tracking information.
File
View source
- class: Drupal\search_api\Task\IndexTaskManager
- arguments:
- - '@search_api.task_manager'
- - '@entity_type.manager'
- tags:
- - { name: event_subscriber }