function RoleSettingsForm::getFormId

Same name in other branches
  1. 9 core/modules/user/src/Form/RoleSettingsForm.php \Drupal\user\Form\RoleSettingsForm::getFormId()
  2. 10 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\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.