Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NodeEditFormTest::$nodeStorage | property | core/ |
The node storage. |
| NodeGrantDatabaseStorage | class | core/ |
Defines a storage handler class that handles the node grants system. |
| NodeGrantDatabaseStorage.php | file | core/ |
|
| NodeGrantDatabaseStorage::$database | property | core/ |
The database connection. |
| NodeGrantDatabaseStorage::$languageManager | property | core/ |
The language manager. |
| NodeGrantDatabaseStorage::$moduleHandler | property | core/ |
The module handler. |
| NodeGrantDatabaseStorage::access | function | core/ |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorage::alterQuery | function | core/ |
Alters a query when node access is required. |
| NodeGrantDatabaseStorage::buildGrantsQueryCondition | function | core/ |
Creates a query condition from an array of node access grants. |
| NodeGrantDatabaseStorage::checkAll | function | core/ |
Checks all grants for a given account. |
| NodeGrantDatabaseStorage::count | function | core/ |
Counts available node grants. |
| NodeGrantDatabaseStorage::delete | function | core/ |
Deletes all node access entries. |
| NodeGrantDatabaseStorage::deleteNodeRecords | function | core/ |
Remove the access records belonging to certain nodes. |
| NodeGrantDatabaseStorage::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorage::writeDefault | function | core/ |
Creates the default node access grant entry. |
| NodeGrantDatabaseStorage::__construct | function | core/ |
Constructs a NodeGrantDatabaseStorage object. |
| NodeGrantDatabaseStorageInterface | interface | core/ |
Provides an interface for node access grant storage. |
| NodeGrantDatabaseStorageInterface.php | file | core/ |
|
| NodeGrantDatabaseStorageInterface::access | function | core/ |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorageInterface::alterQuery | function | core/ |
Alters a query when node access is required. |
| NodeGrantDatabaseStorageInterface::checkAll | function | core/ |
Checks all grants for a given account. |
| NodeGrantDatabaseStorageInterface::count | function | core/ |
Counts available node grants. |
| NodeGrantDatabaseStorageInterface::delete | function | core/ |
Deletes all node access entries. |
| NodeGrantDatabaseStorageInterface::deleteNodeRecords | function | core/ |
Remove the access records belonging to certain nodes. |
| NodeGrantDatabaseStorageInterface::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorageInterface::writeDefault | function | core/ |
Creates the default node access grant entry. |
| NodeRevisionAccessCheck::$nodeStorage | property | core/ |
The node storage. |
| NodeRevisionDeleteForm::$nodeStorage | property | core/ |
The node storage. |
| NodeRevisionDeleteForm::$nodeTypeStorage | property | core/ |
The node type storage. |
| NodeRevisionRevertForm::$nodeStorage | property | core/ |
The node storage. |
| NodeStatisticsDatabaseStorage | class | core/ |
Provides the default database storage backend for statistics. |
| NodeStatisticsDatabaseStorage.php | file | core/ |
|
| NodeStatisticsDatabaseStorage::$connection | property | core/ |
The database connection used. |
| NodeStatisticsDatabaseStorage::$requestStack | property | core/ |
The request stack. |
| NodeStatisticsDatabaseStorage::$state | property | core/ |
The state service. |
| NodeStatisticsDatabaseStorage::deleteViews | function | core/ |
Delete counts for a specific entity. |
| NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
| NodeStatisticsDatabaseStorage::getRequestTime | function | core/ |
Get current request time. |
| NodeStatisticsDatabaseStorage::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
| NodeStatisticsDatabaseStorage::recordView | function | core/ |
Counts an entity view. |
| NodeStatisticsDatabaseStorage::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
| NodeStatisticsDatabaseStorage::__construct | function | core/ |
Constructs the statistics storage. |
| NodeStorage | class | core/ |
Defines the storage handler class for nodes. |
| NodeStorage.php | file | core/ |
|
| NodeStorage::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
| NodeStorage::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
| NodeStorage::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
| NodeStorage::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.