public function UpdateSettingsForm::getFormID

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormID

File

drupal/core/modules/update/lib/Drupal/update/UpdateSettingsForm.php, line 20
Contains \Drupal\update\UpdateSettingsForm.

Class

UpdateSettingsForm
Configure update settings for this site.

Namespace

Drupal\update

Code

public function getFormID() {
  return 'update_settings';
}