function UpdateSettingsForm::getFormId

Same name in other branches
  1. 9 core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()
  2. 8.9.x core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()
  3. 10 core/modules/update/src/UpdateSettingsForm.php \Drupal\update\UpdateSettingsForm::getFormId()

Overrides FormInterface::getFormId

File

core/modules/update/src/UpdateSettingsForm.php, line 21

Class

UpdateSettingsForm
Configure update settings for this site.

Namespace

Drupal\update

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.