function TableDragExampleRootLeafForm::getFormId

File

modules/tabledrag_example/src/Form/TableDragExampleRootLeafForm.php, line 63

Class

TableDragExampleRootLeafForm
Example form with a table with draggable items.

Namespace

Drupal\tabledrag_example\Form

Code

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