function ConfigDeleteForm::getCancelText

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

Overrides ConfirmFormInterface::getCancelText

File

src/Form/ConfigDeleteForm.php, line 111

Class

ConfigDeleteForm
Edit config variable form.

Namespace

Drupal\devel\Form

Code

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