You are here

public function SiteMaintenanceModeForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Form/SiteMaintenanceModeForm.php \Drupal\system\Form\SiteMaintenanceModeForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/system/src/Form/SiteMaintenanceModeForm.php, line 53
Contains \Drupal\system\Form\SiteMaintenanceModeForm.

Class

SiteMaintenanceModeForm
Configure maintenance settings for this site.

Namespace

Drupal\system\Form

Code

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