You are here

public function IndexDeleteConfirmForm::getConfirmText in Search API 8

Overrides EntityDeleteFormTrait::getConfirmText

File

src/Form/IndexDeleteConfirmForm.php, line 59

Class

IndexDeleteConfirmForm
Defines a confirm form for deleting an index.

Namespace

Drupal\search_api\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete');
}