You are here

protected property AccountSettingsForm::$roleStorage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/AccountSettingsForm.php \Drupal\user\AccountSettingsForm::roleStorage
  2. 9 core/modules/user/src/AccountSettingsForm.php \Drupal\user\AccountSettingsForm::roleStorage

The role storage used when changing the admin role.

Type: \Drupal\user\RoleStorageInterface

File

core/modules/user/src/AccountSettingsForm.php, line 32

Class

AccountSettingsForm
Configure user settings for this site.

Namespace

Drupal\user

Code

protected $roleStorage;