function TableDragExampleResetForm::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.
Overrides ConfirmFormInterface::getQuestion
File
-
modules/
tabledrag_example/ src/ Form/ TableDragExampleResetForm.php, line 53
Class
- TableDragExampleResetForm
- Table drag example reset form.
Namespace
Drupal\tabledrag_example\FormCode
public function getQuestion() {
return $this->t('Reset demo data for TableDrag Example');
}