You are here

public function FacDeleteFilesForm::getCancelText in Fast Autocomplete 8

Returns a caption for the link which cancels the action.

Return value

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

Overrides ConfirmFormBase::getCancelText

File

src/Form/FacDeleteFilesForm.php, line 86

Class

FacDeleteFilesForm
Class FacDeleteFilesForm.

Namespace

Drupal\fac\Form

Code

public function getCancelText() {
  return $this
    ->t('Cancel');
}