function NodeAccessControlHandler::writeDefaultGrant
Creates the default node access grant entry on the grant storage.
Overrides NodeAccessControlHandlerInterface::writeDefaultGrant
File
-
core/
modules/ node/ src/ NodeAccessControlHandler.php, line 248
Class
- NodeAccessControlHandler
- Defines the access control handler for the node entity type.
Namespace
Drupal\nodeCode
public function writeDefaultGrant() {
$this->grantStorage
->writeDefault();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.