You are here

public function AccountSettingsForm::getFormId in Zircon Profile 8

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

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

core/modules/user/src/AccountSettingsForm.php, line 66
Contains \Drupal\user\AccountSettingsForm.

Class

AccountSettingsForm
Configure user settings for this site.

Namespace

Drupal\user

Code

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