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'; }
Please login to continue.