function TableDragExampleResetForm::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';
}