Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NavigationSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
NavigationSectionStorage::getConfigName | function | core/ |
Returns the name to be used to store in the config system. |
NavigationSectionStorage::getContextMapping | function | core/ |
Gets a mapping of the expected assignment names to their context names. |
NavigationSectionStorage::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
NavigationSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
NavigationSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
NavigationSectionStorage::getSections | function | core/ |
Gets the layout sections. |
NavigationSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
NavigationSectionStorage::getStorageType | function | core/ |
Returns the type of this storage. |
NavigationSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
NavigationSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
NavigationSectionStorage::save | function | core/ |
Saves the sections. |
NavigationSectionStorage::setSections | function | core/ |
Stores the information for all sections. |
NavigationSectionStorage::STORAGE_ID | constant | core/ |
|
NavigationSectionStorage::__construct | function | core/ |
|
NegotiationConfigureForm::$blockStorage | property | core/ |
The block storage. |
NestedFormTest::$fieldStorageSingle | property | core/ |
|
NestedFormTest::$fieldStorageUnlimited | property | core/ |
|
node.grant_storage | service | core/ |
Drupal\node\NodeGrantDatabaseStorage |
NodeAccessControlHandler::$grantStorage | property | core/ |
The node grant storage. |
NodeBodyFieldStorageTest | class | core/ |
Tests node body field storage. |
NodeBodyFieldStorageTest.php | file | core/ |
|
NodeBodyFieldStorageTest::$modules | property | core/ |
Modules to install. |
NodeBodyFieldStorageTest::setUp | function | core/ |
|
NodeBodyFieldStorageTest::testFieldOverrides | function | core/ |
Tests node body field storage persistence even if there are no instances. |
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/ |
|
NodeGrantDatabaseStorage::alterQuery | function | core/ |
|
NodeGrantDatabaseStorage::buildGrantsQueryCondition | function | core/ |
Creates a query condition from an array of node access grants. |
NodeGrantDatabaseStorage::checkAll | function | core/ |
|
NodeGrantDatabaseStorage::count | function | core/ |
|
NodeGrantDatabaseStorage::delete | function | core/ |
|
NodeGrantDatabaseStorage::deleteNodeRecords | function | core/ |
|
NodeGrantDatabaseStorage::write | function | core/ |
|
NodeGrantDatabaseStorage::writeDefault | function | core/ |
|
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. |
Pagination
- Previous page
- Page 44
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.