Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 install. |
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::$definitions | property | core/ |
Stores definitions that have already been loaded for better performance. |
MenuTreeStorage::$menuCacheBackend | property | core/ |
Cache backend instance for the extracted tree data. |
MenuTreeStorage::$options | property | core/ |
Additional database connection options to use in queries. |
MenuTreeStorage::$serializedFields | property | core/ |
List of serialized fields. |
MenuTreeStorage::$table | property | core/ |
The database table name. |
MenuTreeStorage::collectRoutesAndDefinitions | function | core/ |
Traverses the menu tree and collects all the route names and definitions. |
MenuTreeStorage::countMenuLinks | function | core/ |
|
MenuTreeStorage::definitionFields | function | core/ |
Determines fields that are part of the plugin definition. |
MenuTreeStorage::delete | function | core/ |
|
MenuTreeStorage::doBuildTreeData | function | core/ |
Prepares the data for calling $this->treeDataRecursive(). |
MenuTreeStorage::doCollectRoutesAndDefinitions | function | core/ |
Collects all the route names and definitions. |
MenuTreeStorage::doDeleteMultiple | function | core/ |
Purge menu links from the database. |
MenuTreeStorage::doFindChildrenRelativeDepth | function | core/ |
Finds the relative depth of this link's deepest child. |
MenuTreeStorage::doSave | function | core/ |
Saves a link without clearing caches. |
MenuTreeStorage::ensureTableExists | function | core/ |
Checks if the tree table exists and create it if not. |
MenuTreeStorage::findNoLongerExistingLinks | function | core/ |
Find any previously discovered menu links that no longer exist. |
MenuTreeStorage::findParent | function | core/ |
Loads the parent definition if it exists. |
MenuTreeStorage::getAllChildIds | function | core/ |
|
MenuTreeStorage::getExpanded | function | core/ |
|
MenuTreeStorage::getMenuNames | function | core/ |
|
MenuTreeStorage::getRootPathIds | function | core/ |
|
MenuTreeStorage::getSubtreeHeight | function | core/ |
|
MenuTreeStorage::load | function | core/ |
|
MenuTreeStorage::loadAllChildren | function | core/ |
|
MenuTreeStorage::loadByProperties | function | core/ |
|
MenuTreeStorage::loadByRoute | function | core/ |
|
MenuTreeStorage::loadFull | function | core/ |
Loads all table fields, not just those that are in the plugin definition. |
MenuTreeStorage::loadFullMultiple | function | core/ |
Loads all table fields for multiple menu link definitions by ID. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.