constant SearchApiEvents::REINDEX_SCHEDULED in Search API 8
The name of the event fired when scheduling an index for re-indexing.
When clearing an index or completely rebuilding an index's tracker information, the same hook is fired (as those operations also involve reindexing the complete index contents).
See also
\Drupal\search_api\Event\ReindexScheduledEvent
File
- src/
Event/ SearchApiEvents.php, line 210
Class
- SearchApiEvents
- Defines events for the Search API module.
Namespace
Drupal\search_api\EventCode
const REINDEX_SCHEDULED = 'search_api.reindex_scheduled';