function ConfigDeleteForm::getQuestion

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

Overrides ConfirmFormInterface::getQuestion

1 call to ConfigDeleteForm::getQuestion()
ConfigDeleteForm::buildForm in src/Form/ConfigDeleteForm.php
Form constructor.

File

src/Form/ConfigDeleteForm.php, line 90

Class

ConfigDeleteForm
Edit config variable form.

Namespace

Drupal\devel\Form

Code

public function getQuestion() {
    return $this->t('Are you sure you want to delete this configuration?');
}