function RoleSettingsForm::getFormId

Same name and namespace in other branches
  1. 11.x core/modules/user/src/Form/RoleSettingsForm.php \Drupal\user\Form\RoleSettingsForm::getFormId()

File

core/modules/user/src/Form/RoleSettingsForm.php, line 45

Class

RoleSettingsForm
Configure administrator role settings for this site.

Namespace

Drupal\user\Form

Code

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

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