function TestAddForm::getFormId
Same name in other branches
- 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()
- 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()
- 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\FormCode
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.