function TableDragExampleSimpleForm::getFormId

File

modules/tabledrag_example/src/Form/TableDragExampleSimpleForm.php, line 44

Class

TableDragExampleSimpleForm
Table drag example simple form.

Namespace

Drupal\tabledrag_example\Form

Code

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