function TableDragExampleRootLeafForm::getFormId

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

Overrides FormInterface::getFormId

File

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

Class

TableDragExampleRootLeafForm
Table drag example root leaf form.

Namespace

Drupal\tabledrag_example\Form

Code

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