public function ContentHubReindex::setReindexStateNone in Acquia Content Hub 8
Sets the Reindexing State as REINDEX_NONE.
Return value
string The new state.
1 call to ContentHubReindex::setReindexStateNone()
- ContentHubReindex::setExportedEntitiesToReindex in src/
Controller/ ContentHubReindex.php - Set Exported Entities to be Re-indexed.
File
- src/
Controller/ ContentHubReindex.php, line 118
Class
- ContentHubReindex
- Class for reindexing Content Hub content.
Namespace
Drupal\acquia_contenthub\ControllerCode
public function setReindexStateNone() {
return $this
->setReindexingState(self::REINDEX_NONE);
}