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\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}