Skip to content
Snippets Groups Projects
Unverified Commit e255c27d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2473093 by acbramley, xjm: Node access default grant behavior is not clear

parent 6ab557df
No related branches found
No related tags found
No related merge requests found
Pipeline #521818 passed with warnings
Pipeline: drupal

#521833

    Pipeline: drupal

    #521827

      Pipeline: drupal

      #521821

        ......@@ -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();
        ......
        ......@@ -83,6 +83,12 @@ public function delete();
        /**
        * Creates the default node access grant entry.
        *
        * The default node access grant is a special grant added to the node_access
        * table when no modules implement hook_node_grants. It grants view access
        * to any published node.
        *
        * @see self::access()
        */
        public function writeDefault();
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment