protected function ConfirmFormTestForm::getQuestion

Implements \Drupal\Core\Form\ConfirmFormBase::getQuestion().

Overrides ConfirmFormBase::getQuestion

File

drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormTestForm.php, line 27
Contains \Drupal\form_test\ConfirmFormTestForm.

Class

ConfirmFormTestForm
Provides a test confirmation form.

Namespace

Drupal\form_test

Code

protected function getQuestion() {
  return t('ConfirmFormTestForm::getQuestion().');
}