function TestAddForm::getFormId

Same name in other branches
  1. 9 core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php \Drupal\media_library_form_overwrite_test\Form\TestAddForm::getFormId()
  2. 8.9.x core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php \Drupal\media_library_form_overwrite_test\Form\TestAddForm::getFormId()
  3. 11.x core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php \Drupal\media_library_form_overwrite_test\Form\TestAddForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php, line 23

Class

TestAddForm
Test add form.

Namespace

Drupal\media_library_form_overwrite_test\Form

Code

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

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