Returns a unique string identifying the form.
Return value
string
The unique string identifying the form.
Overrides FormInterface::getFormID
File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestTestForm.php, line 20
- Contains \Drupal\simpletest\Form\SimpletestTestForm.
Class
- SimpletestTestForm
- List tests arranged in groups that can be selected and run.
Namespace
Drupal\simpletest\Form
Code
public function getFormID() {
return 'simpletest_test_form';
}