public function IndexInterface::isReindexing in Search API 8
Determines whether reindexing has been triggered in this page request.
Return value
bool TRUE if reindexing for this index has been triggered in this page request, and no items have been indexed since; FALSE otherwise. In other words, this returns FALSE if and only if calling reindex() on this index would have any effect (or if it is disabled).
2 methods override IndexInterface::isReindexing()
- Index::isReindexing in src/
Entity/ Index.php - Determines whether reindexing has been triggered in this page request.
- UnsavedIndexConfiguration::isReindexing in src/
UnsavedIndexConfiguration.php - Determines whether reindexing has been triggered in this page request.
File
- src/
IndexInterface.php, line 725
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function isReindexing();