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 |
|---|---|---|---|
| MemoryStorage::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| MemoryStorage::has | function | core/ |
Returns whether a given key exists in the store. |
| MemoryStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| MemoryStorage::read | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| MemoryStorage::rename | function | core/ |
Renames a key. |
| MemoryStorage::set | function | core/ |
Saves a value for a given key. |
| MemoryStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| MemoryStorage::setMultiple | function | core/ |
Saves key/value pairs. |
| MemoryStorage::write | function | core/ |
Writes configuration data to the storage. |
| MemoryStorage::__construct | function | core/ |
Constructs a new MemoryStorage. |
| MemoryStorageTest | class | core/ |
Tests MemoryStorage operations. |
| MemoryStorageTest | class | core/ |
Tests the key-value memory storage. |
| MemoryStorageTest.php | file | core/ |
|
| MemoryStorageTest.php | file | core/ |
|
| MemoryStorageTest::delete | function | core/ |
|
| MemoryStorageTest::insert | function | core/ |
|
| MemoryStorageTest::read | function | core/ |
|
| MemoryStorageTest::register | function | core/ |
Registers test-specific services. |
| MemoryStorageTest::setUp | function | core/ |
|
| MemoryStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| MemoryStorageTest::update | function | core/ |
|
| menu.tree_storage | service | core/ |
Drupal\Core\Menu\MenuTreeStorage |
| MenuForm::$menuLinkContentStorage | property | core/ |
The menu_link_content storage handler. |
| MenuLinkContentStorage | class | core/ |
Storage handler for menu_link_content entities. |
| MenuLinkContentStorage.php | file | core/ |
|
| MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkContentStorageInterface | interface | core/ |
Defines an interface for menu_link_content entity storage classes. |
| MenuLinkContentStorageInterface.php | file | core/ |
|
| MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkContentStorageSchema | class | core/ |
Defines the menu_link_content schema handler. |
| MenuLinkContentStorageSchema.php | file | core/ |
|
| MenuLinkContentStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| MenuLinkManager::$treeStorage | property | core/ |
The menu link tree storage. |
| MenuLinkParent::$menuLinkStorage | property | core/ |
The menu link entity storage handler. |
| MenuLinkParentTest::$menuLinkStorage | property | core/ |
The menu link entity storage handler. |
| MenuLinkTree::$treeStorage | property | core/ |
The menu link tree storage. |
| MenuStorage | class | core/ |
Defines the storage class for menu configuration entities. |
| MenuStorage.php | file | core/ |
|
| MenuStorage::MAX_ID_LENGTH | constant | core/ |
Menu names have a maximum length of 32. |
| MenuStorageTest | class | core/ |
Tests MenuStorage. |
| MenuStorageTest.php | file | core/ |
|
| MenuStorageTest::$modules | property | core/ |
Modules to enable. |
| MenuStorageTest::testMaxIdLengthException | function | core/ |
Tests MenuStorage::MAX_ID_LENGTH is enforced. |
| MenuTreeStorage | class | core/ |
Provides a menu tree storage using the database. |
| MenuTreeStorage.php | file | core/ |
|
| MenuTreeStorage::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| MenuTreeStorage::$connection | property | core/ |
The database connection. |
| MenuTreeStorage::$definitionFields | property | core/ |
List of plugin definition fields. |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.