NodeGrantDatabaseStorageInterface::deleteNodeRecords

public NodeGrantDatabaseStorageInterface::deleteNodeRecords(array $nids)

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\node

Code

1
public function deleteNodeRecords(array $nids);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.