You are here

public function FacDeleteFilesForm::getConfirmText in Fast Autocomplete 8

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

src/Form/FacDeleteFilesForm.php, line 79

Class

FacDeleteFilesForm
Class FacDeleteFilesForm.

Namespace

Drupal\fac\Form

Code

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