You are here

protected property ViewPaymentsByOwner::$currentUser in Payment 8.2

Same name in this branch
  1. 8.2 src/Controller/ViewPaymentsByOwner.php \Drupal\payment\Controller\ViewPaymentsByOwner::currentUser
  2. 8.2 src/Plugin/views/argument_validator/ViewPaymentsByOwner.php \Drupal\payment\Plugin\views\argument_validator\ViewPaymentsByOwner::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

src/Plugin/views/argument_validator/ViewPaymentsByOwner.php, line 25

Class

ViewPaymentsByOwner
Validates whether the current user has access to view a user's payments.

Namespace

Drupal\payment\Plugin\views\argument_validator

Code

protected $currentUser;