function NodeGrantDatabaseStorageInterface::deleteNodeRecords
Same name in other branches
- 9 core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::deleteNodeRecords()
- 8.9.x core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::deleteNodeRecords()
- 11.x core/modules/node/src/NodeGrantDatabaseStorageInterface.php \Drupal\node\NodeGrantDatabaseStorageInterface::deleteNodeRecords()
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.
File
-
core/
modules/ node/ src/ NodeGrantDatabaseStorageInterface.php, line 125
Class
- NodeGrantDatabaseStorageInterface
- Provides an interface for node access grant storage.
Namespace
Drupal\nodeCode
public function deleteNodeRecords(array $nids);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.