function NodeGrantDatabaseStorageInterface::count

Same name and namespace in other branches
  1. 9 core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::count()
  2. 8.9.x core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::count()
  3. 10 core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::count()

Counts available node grants.

Return value

int Returns the amount of node grants.

File

core/modules/node/src/NodeGrantDatabaseStorageInterface.php, line 116

Class

NodeGrantDatabaseStorageInterface
Provides an interface for node access grant storage.

Namespace

Drupal\node

Code

public function count();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.