node.grant_storage
Same name in other branches
- 8.9.x core/modules/node/node.services.yml \node.grant_storage
- 10 core/modules/node/node.services.yml \node.grant_storage
- 11.x core/modules/node/node.services.yml \node.grant_storage
Class
Drupal\node\NodeGrantDatabaseStorageTags
- backend_overridable
2 string references to node.grant_storage
- NodeAccessControlHandler::createInstance in core/
modules/ node/ src/ NodeAccessControlHandler.php - Instantiates a new instance of this entity handler.
- NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/
modules/ node/ tests/ src/ Functional/ NodeAccessRebuildNodeGrantsTest.php - Tests rebuilding the node access permissions table with content.
File
-
core/
modules/ node/ node.services.yml
View source
- class: Drupal\node\NodeGrantDatabaseStorage
- arguments:
- - '@database'
- - '@module_handler'
- - '@language_manager'
- tags:
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.