| MoveActionsToCoreTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MoveActionsToCoreTest.php |
Set database dump files to be used. |
| MoveRevisionMetadataFieldsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php |
Set database dump files to be used. |
| MysqlDateSql::$database |
property |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
The database connection. |
| MysqlDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
The mocked database service. |
| 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 |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorage::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Alters a query when node access is required. |
| 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 |
Checks all grants for a given account. |
| NodeGrantDatabaseStorage::count |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Counts available node grants. |
| NodeGrantDatabaseStorage::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Deletes all node access entries. |
| NodeGrantDatabaseStorage::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Remove the access records belonging to certain nodes. |
| NodeGrantDatabaseStorage::write |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorage::writeDefault |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Creates the default node access grant entry. |
| 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. |
| NodeNewComments::$database |
property |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Database Service Object. |
| NoDependenciesUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php |
Set database dump files to be used. |
| NodeSearch::$database |
property |
core/modules/node/src/Plugin/Search/NodeSearch.php |
The current database connection. |
| NodeSearch::$databaseReplica |
property |
core/modules/node/src/Plugin/Search/NodeSearch.php |
The replica database connection. |
| 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 |
Delete counts for a specific entity. |
| NodeStatisticsDatabaseStorage::fetchAll |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Returns the number of times a entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchView |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Returns the number of times a single entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchViews |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Returns the number of times entities have been viewed. |
| NodeStatisticsDatabaseStorage::getRequestTime |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Get current request time. |
| NodeStatisticsDatabaseStorage::maxTotalCount |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Returns the highest 'totalcount' value. |
| NodeStatisticsDatabaseStorage::recordView |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Count a entity view. |
| NodeStatisticsDatabaseStorage::resetDayCount |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Reset the day counter for all entities once every day. |
| NodeStatisticsDatabaseStorage::__construct |
function |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php |
Constructs the statistics storage. |
| NodeUpdateTest::setDatabaseDumpFiles |
function |
core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php |
Set database dump files to be used. |
| PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/PageTitleConvertedIntoBlockUpdateTest.php |
Set database dump files to be used. |
| PathAliasToEntityUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/PathAliasToEntityUpdateTest.php |
Set database dump files to be used. |