public NodeAccessControlHandler::writeDefaultGrant()
Creates the default node access grant entry on the grant storage.
Overrides NodeAccessControlHandlerInterface::writeDefaultGrant
File
- core/modules/node/src/NodeAccessControlHandler.php, line 170
Class
- NodeAccessControlHandler
- Defines the access control handler for the node entity type.
Namespace
Drupal\node
Code
public function writeDefaultGrant() { $this->grantStorage->writeDefault(); }
Please login to continue.