You are here

protected property Uid::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/views/argument/Uid.php \Drupal\user\Plugin\views\argument\Uid::storage

The user storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/user/src/Plugin/views/argument/Uid.php, line 23

Class

Uid
Argument handler to accept a user id.

Namespace

Drupal\user\Plugin\views\argument

Code

protected $storage;