public function SimpletestTestForm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/simpletest/src/Form/SimpletestTestForm.php \Drupal\simpletest\Form\SimpletestTestForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/
modules/ simpletest/ src/ Form/ SimpletestTestForm.php, line 49 - Contains \Drupal\simpletest\Form\SimpletestTestForm.
Class
- SimpletestTestForm
- List tests arranged in groups that can be selected and run.
Namespace
Drupal\simpletest\FormCode
public function getFormId() {
return 'simpletest_test_form';
}