You are here

public function MongodbNodeGrantStorage::deleteNodeRecords in MongoDB 8

Remove the access records belonging to certain nodes.

Parameters

array $nids: A list of node IDs. The grant records belonging to these nodes will be deleted.

Overrides NodeGrantDatabaseStorageInterface::deleteNodeRecords

File

mongodb_node/src/MongodbNodeGrantStorage.php, line 269
Contains \Drupal\node\NodeGrantDatabaseStorage.

Class

MongodbNodeGrantStorage
Defines a controller class that handles the node grants system.

Namespace

Drupal\mongodb_node

Code

public function deleteNodeRecords(array $nids) {
}