NodeAccessControlHandler::countGrants

public NodeAccessControlHandler::countGrants()

Counts available node grants.

Return value

int Returns the amount of node grants.

Overrides NodeAccessControlHandlerInterface::countGrants

File

core/modules/node/src/NodeAccessControlHandler.php, line 184

Class

NodeAccessControlHandler
Defines the access control handler for the node entity type.

Namespace

Drupal\node

Code

public function countGrants() {
  return $this->grantStorage->count();
}
doc_Drupal
2016-10-29 09:30:29
Comments
Leave a Comment

Please login to continue.