function UpdateSettingsForm::getFormId
Same name in other branches
- 9 core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()
- 10 core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()
- 11.x core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ update/ src/ UpdateSettingsForm.php, line 37
Class
- UpdateSettingsForm
- Configure update settings for this site.
Namespace
Drupal\updateCode
public function getFormId() {
return 'update_settings';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.