You are here

public function LogActionFormBase::getQuestion in Log entity 2.x

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.

Overrides ConfirmFormInterface::getQuestion

2 methods override LogActionFormBase::getQuestion()
LogCloneActionForm::getQuestion in src/Form/LogCloneActionForm.php
Returns the question to ask the user.
LogRescheduleActionForm::getQuestion in src/Form/LogRescheduleActionForm.php
Returns the question to ask the user.

File

src/Form/LogActionFormBase.php, line 84

Class

LogActionFormBase
Base form class for configurable actions.

Namespace

Drupal\log\Form

Code

public function getQuestion() {
}