function TableDragExampleNestedForm::getFormId
Same name in other branches
- 3.x modules/tabledrag_example/src/Form/TableDragExampleNestedForm.php \Drupal\tabledrag_example\Form\TableDragExampleNestedForm::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
tabledrag_example/ src/ Form/ TableDragExampleNestedForm.php, line 58
Class
- TableDragExampleNestedForm
- Table drag example nested form.
Namespace
Drupal\tabledrag_example\FormCode
public function getFormId() {
return 'tabledrag_example_parent_form';
}