function TableDragExampleResetForm::getFormId

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

Overrides FormInterface::getFormId

File

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

Class

TableDragExampleResetForm
Table drag example reset form.

Namespace

Drupal\tabledrag_example\Form

Code

public function getFormId() {
    return 'tabledrag_example_reset';
}