You are here

public function ConfirmFormInterface::getQuestion in Drupal 10

Same name and namespace in other branches
  1. 8 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.

2 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.
33 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.
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.
ConfirmFormTestForm::getQuestion in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.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();