public function ReindexConfirm::getDescription

Overrides \Drupal\Core\Form\ConfirmFormBase::getDescription().

Overrides ConfirmFormBase::getDescription

File

drupal/core/modules/search/lib/Drupal/search/Form/ReindexConfirm.php, line 34
Contains \Drupal\search\Form\ReindexConfirm.

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getDescription() {
  return t('The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.');
}