function TableDragExampleSimpleForm::getFormId

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

File

tabledrag_example/src/Form/TableDragExampleSimpleForm.php, line 44

Class

TableDragExampleSimpleForm
Table drag example simple form.

Namespace

Drupal\tabledrag_example\Form

Code

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