AccountSettingsForm::getFormId

public 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 61

Class

AccountSettingsForm
Configure user settings for this site.

Namespace

Drupal\user

Code

public function getFormId() {
  return 'user_admin_settings';
}
doc_Drupal
2016-10-29 08:42:55
Comments
Leave a Comment

Please login to continue.