You are here

public function NodeAccess::setLoadedUid in Permissions by Term 8

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

Parameters

int $loadedUid:

1 call to NodeAccess::setLoadedUid()
NodeAccess::canUserUpdateNode in src/Service/NodeAccess.php

File

src/Service/NodeAccess.php, line 254

Class

NodeAccess
Class NodeAccess

Namespace

Drupal\permissions_by_term\Service

Code

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