function TableDragExampleResetForm::getDescription
Same name in other branches
- 3.x modules/tabledrag_example/src/Form/TableDragExampleResetForm.php \Drupal\tabledrag_example\Form\TableDragExampleResetForm::getDescription()
Overrides ConfirmFormBase::getDescription
File
-
modules/
tabledrag_example/ src/ Form/ TableDragExampleResetForm.php, line 67
Class
- TableDragExampleResetForm
- Table drag example reset form.
Namespace
Drupal\tabledrag_example\FormCode
public function getDescription() {
return $this->t('Are you sure you want to reset demo data?');
}