You are here

public function NodeAccess::setUserInstance in Permissions by Term 8.2

Same name and namespace in other branches
  1. 8 src/Service/NodeAccess.php \Drupal\permissions_by_term\Service\NodeAccess::setUserInstance()

Parameters

User $userInstance:

1 call to NodeAccess::setUserInstance()
NodeAccess::getUserInstance in src/Service/NodeAccess.php

File

src/Service/NodeAccess.php, line 240

Class

NodeAccess
Class NodeAccess

Namespace

Drupal\permissions_by_term\Service

Code

public function setUserInstance($userInstance) {
  $this->userInstance = $userInstance;
}