function NestedTableDragTestForm::getFormId

Same name in other branches
  1. 10 core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php \Drupal\tabledrag_test\Form\NestedTableDragTestForm::getFormId()
  2. 11.x core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php \Drupal\tabledrag_test\Form\NestedTableDragTestForm::getFormId()

Overrides TableDragTestForm::getFormId

File

core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php, line 15

Class

NestedTableDragTestForm
Provides a form for testing nested draggable tables.

Namespace

Drupal\tabledrag_test\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.