abstract protected function ConfirmFormBase::getQuestion

Returns the question to ask the user.

Return value

string The form question. The page title will be set to this value.

1 call to ConfirmFormBase::getQuestion()
29 methods override ConfirmFormBase::getQuestion()
AdminBlockDeleteForm::getQuestion in drupal/core/modules/block/lib/Drupal/block/Form/AdminBlockDeleteForm.php
Returns the question to ask the user.
BanDelete::getQuestion in drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php
Returns the question to ask the user.
BreakLockForm::getQuestion in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php
Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion().
ConfigTestDeleteForm::getQuestion in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Form/ConfigTestDeleteForm.php
Returns the question to ask the user.
ConfirmFormTestForm::getQuestion in drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php
Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion().

... See full list

File

drupal/core/lib/Drupal/Core/Form/ConfirmFormBase.php, line 21
Contains \Drupal\Core\Form\ConfirmFormBase.

Class

ConfirmFormBase
Provides an generic base class for a confirmation form.

Namespace

Drupal\Core\Form

Code

protected abstract function getQuestion();