function AccountSettingsForm::getFormId

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

Overrides FormInterface::getFormId

File

core/modules/user/src/AccountSettingsForm.php, line 68

Class

AccountSettingsForm
Configure user settings for this site.

Namespace

Drupal\user

Code

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

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