You are here

protected property EntityQueueInQueue::$currentUser in Entityqueue 8

Same name in this branch
  1. 8 src/Plugin/views/filter/EntityQueueInQueue.php \Drupal\entityqueue\Plugin\views\filter\EntityQueueInQueue::currentUser
  2. 8 src/Plugin/views/sort/EntityQueueInQueue.php \Drupal\entityqueue\Plugin\views\sort\EntityQueueInQueue::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

src/Plugin/views/sort/EntityQueueInQueue.php, line 25

Class

EntityQueueInQueue
Sort handler for ordering the results based on their queue position.

Namespace

Drupal\entityqueue\Plugin\views\sort

Code

protected $currentUser;