Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ReindexConfirm.php

function ReindexConfirm::getQuestion

Overrides ConfirmFormInterface::getQuestion

File

core/modules/search/src/Form/ReindexConfirm.php, line 26

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getQuestion() {
    return $this->t('Are you sure you want to re-index the site?');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal