function DevelopmentSettingsForm::getFormId
Same name in other branches
- 10 core/modules/system/src/Form/DevelopmentSettingsForm.php \Drupal\system\Form\DevelopmentSettingsForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ system/ src/ Form/ DevelopmentSettingsForm.php, line 47
Class
- DevelopmentSettingsForm
- Configure development settings for this site.
Namespace
Drupal\system\FormCode
public function getFormId() {
return 'development_settings_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.