You are here

public function SiteSettingsForm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php \Drupal\Core\Installer\Form\SiteSettingsForm::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php, line 50
Contains \Drupal\Core\Installer\Form\SiteSettingsForm.

Class

SiteSettingsForm
Provides a form to configure and rewrite settings.php.

Namespace

Drupal\Core\Installer\Form

Code

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