Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getQuestion()
  2. 9 core/lib/Drupal/Core/Form/ConfirmFormInterface.php \Drupal\Core\Form\ConfirmFormInterface::getQuestion()

Returns the question to ask the user.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form question. The page title will be set to this value.

3 calls to ConfirmFormInterface::getQuestion()
ConfirmFormBase::buildForm in core/lib/Drupal/Core/Form/ConfirmFormBase.php
Form constructor.
ContentEntityConfirmFormBase::buildForm in core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
Form constructor.
EntityConfirmFormBase::buildForm in core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
Form constructor.
37 methods override ConfirmFormInterface::getQuestion()
BanDelete::getQuestion in core/modules/ban/src/Form/BanDelete.php
Returns the question to ask the user.
BookRemoveForm::getQuestion in core/modules/book/src/Form/BookRemoveForm.php
Returns the question to ask the user.
BreakLockForm::getQuestion in core/modules/views_ui/src/Form/BreakLockForm.php
Returns the question to ask the user.
ConfigSingleImportForm::getQuestion in core/modules/config/src/Form/ConfigSingleImportForm.php
Returns the question to ask the user.
ConfigTranslationDeleteForm::getQuestion in core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php
Returns the question to ask the user.

... See full list

File

core/lib/Drupal/Core/Form/ConfirmFormInterface.php, line 16

Class

ConfirmFormInterface
Defines the behavior a confirmation form.

Namespace

Drupal\Core\Form

Code

public function getQuestion();