node.grant_storage |
service |
core/modules/node/node.services.yml |
Drupal\node\NodeGrantDatabaseStorage |
NodeAccessControlHandler::$grantStorage |
property |
core/modules/node/src/NodeAccessControlHandler.php |
The node grant storage. |
NodeBodyFieldStorageTest |
class |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
Tests node body field storage. |
NodeBodyFieldStorageTest.php |
file |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
|
NodeBodyFieldStorageTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
Modules to install. |
NodeBodyFieldStorageTest::setUp |
function |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
|
NodeBodyFieldStorageTest::testFieldOverrides |
function |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
Tests node body field storage persistence even if there are no instances. |
NodeEditFormTest::$nodeStorage |
property |
core/modules/node/tests/src/Functional/NodeEditFormTest.php |
The node storage. |
NodeGrantDatabaseStorage |
class |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Defines a storage handler class that handles the node grants system. |
NodeGrantDatabaseStorage.php |
file |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::$database |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The database connection. |
NodeGrantDatabaseStorage::$languageManager |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The language manager. |
NodeGrantDatabaseStorage::$moduleHandler |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The module handler. |
NodeGrantDatabaseStorage::access |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::buildGrantsQueryCondition |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Creates a query condition from an array of node access grants. |
NodeGrantDatabaseStorage::checkAll |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::count |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::write |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::writeDefault |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::__construct |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Constructs a NodeGrantDatabaseStorage object. |
NodeGrantDatabaseStorageInterface |
interface |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Provides an interface for node access grant storage. |
NodeGrantDatabaseStorageInterface.php |
file |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
|
NodeGrantDatabaseStorageInterface::access |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Determines access to nodes based on node grants. |
NodeGrantDatabaseStorageInterface::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Alters a query when node access is required. |
NodeGrantDatabaseStorageInterface::checkAll |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Checks all grants for a given account. |
NodeGrantDatabaseStorageInterface::count |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Counts available node grants. |
NodeGrantDatabaseStorageInterface::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Deletes all node access entries. |
NodeGrantDatabaseStorageInterface::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Remove the access records belonging to certain nodes. |
NodeGrantDatabaseStorageInterface::write |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Writes a list of grants to the database, deleting previously saved ones. |
NodeGrantDatabaseStorageInterface::writeDefault |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Creates the default node access grant entry. |
NodeHooks::$nodeStorage |
property |
core/modules/node/src/Hook/NodeHooks.php |
The Node Storage. |
NodeRevisionDeleteForm::$nodeStorage |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The node storage. |
NodeRevisionDeleteForm::$nodeTypeStorage |
property |
core/modules/node/src/Form/NodeRevisionDeleteForm.php |
The node type storage. |
NodeRevisionRevertForm::$nodeStorage |
property |
core/modules/node/src/Form/NodeRevisionRevertForm.php |
The node storage. |
NodeStatisticsDatabaseStorage |
class |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Provides the default database storage backend for statistics. |
NodeStatisticsDatabaseStorage.php |
file |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::$connection |
property |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
The database connection used. |
NodeStatisticsDatabaseStorage::$requestStack |
property |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
The request stack. |
NodeStatisticsDatabaseStorage::$state |
property |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
The state service. |
NodeStatisticsDatabaseStorage::deleteViews |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::fetchAll |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::fetchView |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::fetchViews |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::getRequestTime |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Get current request time. |
NodeStatisticsDatabaseStorage::maxTotalCount |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::recordView |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|
NodeStatisticsDatabaseStorage::resetDayCount |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
|