function User::getRoleStorage
Returns the role storage object.
Return value
\Drupal\user\RoleStorageInterface The role storage object.
File
-
core/
modules/ user/ src/ Entity/ User.php, line 579
Class
- User
- Defines the user entity class.
Namespace
Drupal\user\EntityCode
protected function getRoleStorage() {
return \Drupal::entityTypeManager()->getStorage('user_role');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.