function 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?');
}