You are here

public function NodeAccess::setLoadedUid 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::setLoadedUid()

Parameters

int $loadedUid:

File

src/Service/NodeAccess.php, line 220

Class

NodeAccess
Class NodeAccess

Namespace

Drupal\permissions_by_term\Service

Code

public function setLoadedUid($loadedUid) {
  $this->loadedUid = $loadedUid;
}