Skip to content
Snippets Groups Projects

Issue #2473093: Improve default grant documentation

Closed Adam Bramley requested to merge issue/drupal-2473093:2473093-node-access-default into 11.x
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,6 +30,8 @@ public function acquireGrants(NodeInterface $node);
/**
* Creates the default node access grant entry on the grant storage.
*
* @see \Drupal\node\NodeGrantDatabaseStorageInterface::writeDefault()
*/
public function writeDefaultGrant();
Loading