You are here

protected property LinkAccessConstraintValidator::$current_user in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php \Drupal\link\Plugin\Validation\Constraint\LinkAccessConstraintValidator::current_user

Proxy for the current user account.

Type: \Drupal\Core\Session\AccountProxyInterface

File

core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php, line 34
Contains \Drupal\link\Plugin\Validation\Constraint\LinkAccessConstraintValidator.

Class

LinkAccessConstraintValidator
Validates the LinkAccess constraint.

Namespace

Drupal\link\Plugin\Validation\Constraint

Code

protected $current_user;