function RoleSettingsForm::getFormId
Same name in other branches
- 10 core/modules/user/src/Form/RoleSettingsForm.php \Drupal\user\Form\RoleSettingsForm::getFormId()
- 11.x core/modules/user/src/Form/RoleSettingsForm.php \Drupal\user\Form\RoleSettingsForm::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ user/ src/ Form/ RoleSettingsForm.php, line 45
Class
- RoleSettingsForm
- Configure administrator role settings for this site.
Namespace
Drupal\user\FormCode
public function getFormId() {
return 'role_settings';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.