public function ReindexConfirm::getCancelText

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

Overrides ConfirmFormBase::getCancelText

File

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

Class

ReindexConfirm
Provides the search reindex confirmation form.

Namespace

Drupal\search\Form

Code

public function getCancelText() {
  return t('Cancel');
}