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