public function ReindexScheduledEvent::isClear in Search API 8
Retrieves a boolean indicating whether the index was also cleared.
Return value
bool TRUE if the index was also cleared as part of the reindexing, FALSE otherwise.
File
- src/
Event/ ReindexScheduledEvent.php, line 57
Class
- ReindexScheduledEvent
- Wraps a reindex scheduled event.
Namespace
Drupal\search_api\EventCode
public function isClear() {
return $this->clear;
}