function ConfigDeleteForm::getCancelText

Same name in other branches
  1. 4.x src/Form/ConfigDeleteForm.php \Drupal\devel\Form\ConfigDeleteForm::getCancelText()

Overrides ConfirmFormInterface::getCancelText

File

src/Form/ConfigDeleteForm.php, line 136

Class

ConfigDeleteForm
Edit config variable form.

Namespace

Drupal\devel\Form

Code

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