function SimpletestTestForm::getFormId

Overrides FormInterface::getFormId

File

core/modules/simpletest/src/Form/SimpletestTestForm.php, line 58

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';
}

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