public function NodeAccessControlHandler::writeDefaultGrant in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/node/src/NodeAccessControlHandler.php \Drupal\node\NodeAccessControlHandler::writeDefaultGrant()
Creates the default node access grant entry on the grant storage.
Overrides NodeAccessControlHandlerInterface::writeDefaultGrant
File
- core/
modules/ node/ src/ NodeAccessControlHandler.php, line 175 - Contains \Drupal\node\NodeAccessControlHandler.
Class
- NodeAccessControlHandler
- Defines the access control handler for the node entity type.
Namespace
Drupal\nodeCode
public function writeDefaultGrant() {
$this->grantStorage
->writeDefault();
}