function NodeAccessControlHandler::deleteGrants

Deletes all node access entries.

Overrides NodeAccessControlHandlerInterface::deleteGrants

File

core/modules/node/src/NodeAccessControlHandler.php, line 255

Class

NodeAccessControlHandler
Defines the access control handler for the node entity type.

Namespace

Drupal\node

Code

public function deleteGrants() {
  $this->grantStorage
    ->delete();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.