You are here

protected property UserSelection::$userStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php \Drupal\user\Plugin\EntityReferenceSelection\UserSelection::userStorage

The user storage.

Type: \Drupal\user\UserStorageInterface

File

core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php, line 45
Contains \Drupal\user\Plugin\EntityReferenceSelection\UserSelection.

Class

UserSelection
Provides specific access control for the user entity type.

Namespace

Drupal\user\Plugin\EntityReferenceSelection

Code

protected $userStorage;