Same name and namespace in other branches
  1. 8.9.x core/modules/node/node.services.yml \node.grant_storage
  2. 9 core/modules/node/node.services.yml \node.grant_storage

Class

Drupal\node\NodeGrantDatabaseStorage

Tags

  • backend_overridable
8 string references to node.grant_storage
Node::postDelete in core/modules/node/src/Entity/Node.php
Acts on deleted entities before the delete hook is invoked.
Node::postSave in core/modules/node/src/Entity/Node.php
Acts on a saved entity before the insert or update hook is invoked.
NodeAccessControlHandler::createInstance in core/modules/node/src/NodeAccessControlHandler.php
Instantiates a new instance of this entity handler.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNoAccessModules in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with no content.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.

... See full list

File

core/modules/node/node.services.yml
core/modules/node/node.services.yml

View source
  1. class: Drupal\node\NodeGrantDatabaseStorage
  2. arguments:
  3. - '@database'
  4. - '@module_handler'
  5. - '@language_manager'
  6. tags:
  7. - { name: backend_overridable }