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