function TableDragExampleSimpleForm::getFormId
Same name in other branches
- 4.0.x modules/tabledrag_example/src/Form/TableDragExampleSimpleForm.php \Drupal\tabledrag_example\Form\TableDragExampleSimpleForm::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
tabledrag_example/ src/ Form/ TableDragExampleSimpleForm.php, line 44
Class
- TableDragExampleSimpleForm
- Table drag example simple form.
Namespace
Drupal\tabledrag_example\FormCode
public function getFormId() {
return 'tabledrag_example_simple_form';
}