function TableDragExampleRootLeafForm::getFormId
Same name in other branches
- 3.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\FormCode
public function getFormId() {
return 'tabledrag_example_rootlead_form';
}