Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion().
Overrides ConfirmFormBase::getQuestion
File
- drupal/core/modules/search/lib/Drupal/search/Form/ReindexConfirm.php, line 27
- Contains \Drupal\search\Form\ReindexConfirm.
Class
- ReindexConfirm
- Provides the search reindex confirmation form.
Namespace
Drupal\search\Form
Code
public function getQuestion() {
return t('Are you sure you want to re-index the site?');
}