Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuSettingsConstraintValidator::__construct | function | core/ |
Constructs a new MenuSettingsConstraintValidator. |
| 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. |
| MenuTestController::$themeNegotiator | property | core/ |
The theme negotiator. |
| MenuTreeHierarchyConstraintValidator | class | core/ |
Constraint validator for changing menu link parents in pending revisions. |
| MenuTreeHierarchyConstraintValidator.php | file | core/ |
|
| MenuTreeHierarchyConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
| MenuTreeHierarchyConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| MenuTreeHierarchyConstraintValidator::validate | function | core/ |
|
| MenuTreeHierarchyConstraintValidator::__construct | function | core/ |
Creates a new MenuTreeHierarchyConstraintValidator instance. |
| MenuTreeParameters::setTopLevelOnly | function | core/ |
Ensures only the top level of the tree is loaded. |
| MenuTreeParametersTest::testOnlyEnabledLinks | function | core/ |
Tests onlyEnabledLinks(). |
| MenuTreeParametersTest::testSetTopLevelOnly | function | core/ |
Tests setTopLevelOnly(). |
| 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::$preloadedOriginals | property | core/ |
Pre-loaded original link data for batch operations. |
| 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::loadAllOriginals | function | core/ |
Loads all original link data for a set of IDs without unserialization. |
| MenuTreeStorage::loadByProperties | function | core/ |
|
| MenuTreeStorage::loadByRoute | function | core/ |
Pagination
- Previous page
- Page 170
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.