You are here

public function NodeGrantDatabaseStorageInterface::checkAll in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::checkAll()
  2. 9 core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::checkAll()

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/NodeGrantDatabaseStorageInterface.php, line 24

Class

NodeGrantDatabaseStorageInterface
Provides an interface for node access grant storage.

Namespace

Drupal\node

Code

public function checkAll(AccountInterface $account);