function SimpletestSettingsForm::getFormId

Overrides FormInterface::getFormId

File

core/modules/simpletest/src/Form/SimpletestSettingsForm.php, line 18

Class

SimpletestSettingsForm
Configure simpletest settings for this site.

Namespace

Drupal\simpletest\Form

Code

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

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