function TableDragExampleResetForm::getDescription

Same name in other branches
  1. 8.x-1.x tabledrag_example/src/Form/TableDragExampleResetForm.php \Drupal\tabledrag_example\Form\TableDragExampleResetForm::getDescription()
  2. 4.0.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\Form

Code

public function getDescription() {
    return $this->t('Are you sure you want to reset demo data?');
}