NodeAccessControlHandlerInterface::checkAllGrants

public NodeAccessControlHandlerInterface::checkAllGrants(AccountInterface $account)

Checks all grants for a given account.

Parameters

\Drupal\Core\Session\AccountInterface $account: A user object representing the user for whom the operation is to be performed.

Return value

int. Status of the access check.

File

core/modules/node/src/NodeAccessControlHandlerInterface.php, line 80

Class

NodeAccessControlHandlerInterface
Node specific entity access control methods.

Namespace

Drupal\node

Code

public function checkAllGrants(AccountInterface $account);
doc_Drupal
2016-10-29 09:30:32
Comments
Leave a Comment

Please login to continue.