function ConfigDeleteForm::getQuestion
Same name in other branches
- 4.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 115
Class
- ConfigDeleteForm
- Edit config variable form.
Namespace
Drupal\devel\FormCode
public function getQuestion() {
return $this->t('Are you sure you want to delete this configuration?');
}