Node specific entity access control methods.
Hierarchy
- interface \Drupal\node\NodeAccessControlHandlerInterface
Related topics
- Node access rights
- The node access system determines who can do what to which nodes.
File
- core/modules/node/src/NodeAccessControlHandlerInterface.php, line 12
Namespace
Drupal\node
Members
Name | Modifiers | Type | Description |
---|---|---|---|
NodeAccessControlHandlerInterface::acquireGrants | public | function | Gets the list of node access grants. |
NodeAccessControlHandlerInterface::checkAllGrants | public | function | Checks all grants for a given account. |
NodeAccessControlHandlerInterface::countGrants | public | function | Counts available node grants. |
NodeAccessControlHandlerInterface::deleteGrants | public | function | Deletes all node access entries. |
NodeAccessControlHandlerInterface::writeDefaultGrant | public | function | Creates the default node access grant entry on the grant storage. |
NodeAccessControlHandlerInterface::writeGrants Deprecated | public | function | Writes a list of grants to the database, deleting any previously saved ones. |
Please login to continue.