public function NodeGrantDatabaseStorageInterface::checkAll in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
1 method overrides NodeGrantDatabaseStorageInterface::checkAll()
- NodeGrantDatabaseStorage::checkAll in core/
modules/ node/ src/ NodeGrantDatabaseStorage.php - Checks all grants for a given account.
File
- core/
modules/ node/ src/ NodeGrantDatabaseStorageInterface.php, line 29 - Contains \Drupal\node\NodeGrantDatabaseStorageInterface.
Class
- NodeGrantDatabaseStorageInterface
- Provides an interface for node access grant storage.
Namespace
Drupal\nodeCode
public function checkAll(AccountInterface $account);