You are here

protected property Roles::$roleStorage in Drupal 10

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

The role storage.

Type: \Drupal\user\RoleStorageInterface

File

core/modules/user/src/Plugin/views/filter/Roles.php, line 24

Class

Roles
Filter handler for user roles.

Namespace

Drupal\user\Plugin\views\filter

Code

protected $roleStorage;