NodeGrantDatabaseStorageInterface

Provides an interface for node access grant storage.

Hierarchy

Related topics

Node access rights
The node access system determines who can do what to which nodes.

File

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

Namespace

Drupal\node

Members

Name Modifiers Type Description
NodeGrantDatabaseStorageInterface::access public function Determines access to nodes based on node grants.
NodeGrantDatabaseStorageInterface::alterQuery public function Alters a query when node access is required.
NodeGrantDatabaseStorageInterface::checkAll public function Checks all grants for a given account.
NodeGrantDatabaseStorageInterface::count public function Counts available node grants.
NodeGrantDatabaseStorageInterface::delete public function Deletes all node access entries.
NodeGrantDatabaseStorageInterface::deleteNodeRecords public function Remove the access records belonging to certain nodes.
NodeGrantDatabaseStorageInterface::write public function Writes a list of grants to the database, deleting previously saved ones.
NodeGrantDatabaseStorageInterface::writeDefault public function Creates the default node access grant entry.
doc_Drupal
2016-10-29 09:30:50
Comments
Leave a Comment

Please login to continue.