function 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 258  
Class
- NodeAccessControlHandler
 - Defines the access control handler for the node entity type.
 
Namespace
Drupal\nodeCode
public function countGrants() {
  return $this->grantStorage
    ->count();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.