function TableDragExampleResetForm::getQuestion

Same name in other branches
  1. 3.x modules/tabledrag_example/src/Form/TableDragExampleResetForm.php \Drupal\tabledrag_example\Form\TableDragExampleResetForm::getQuestion()
  2. 8.x-1.x tabledrag_example/src/Form/TableDragExampleResetForm.php \Drupal\tabledrag_example\Form\TableDragExampleResetForm::getQuestion()

Overrides ConfirmFormInterface::getQuestion

File

modules/tabledrag_example/src/Form/TableDragExampleResetForm.php, line 53

Class

TableDragExampleResetForm
Table drag example reset form.

Namespace

Drupal\tabledrag_example\Form

Code

public function getQuestion() {
    return $this->t('Reset demo data for TableDrag Example');
}