Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuTreeParametersTest::testExcludeRoot | function | core/ |
Tests excludeRoot(). |
| MenuTreeParametersTest::testOnlyEnabledLinks | function | core/ |
Tests onlyEnabledLinks(). |
| MenuTreeParametersTest::testSerialize | function | core/ |
@covers ::serialize[[api-linebreak]] @covers ::unserialize[[api-linebreak]] |
| MenuTreeParametersTest::testSetMinDepth | function | core/ |
Tests setMinDepth(). |
| MenuTreeParametersTest::testSetTopLevelOnly | function | core/ |
Tests setTopLevelOnly(). |
| MenuTreeSerializationTitleFilledTest | class | core/ |
Runs MenuTreeSerializationTitleTest with a dump filled with content. |
| MenuTreeSerializationTitleFilledTest.php | file | core/ |
|
| MenuTreeSerializationTitleFilledTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuTreeSerializationTitleFilledTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| MenuTreeSerializationTitleTest | class | core/ |
Tests system_update_8001(). |
| MenuTreeSerializationTitleTest.php | file | core/ |
|
| MenuTreeSerializationTitleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuTreeSerializationTitleTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| MenuTreeSerializationTitleTest::testUpdate | function | core/ |
Ensures that the system_update_8001() runs as expected. |
| 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. |
| 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/ |
Counts the total number of menu links in one menu or all menus. |
| MenuTreeStorage::definitionFields | function | core/ |
Determines fields that are part of the plugin definition. |
| MenuTreeStorage::delete | function | core/ |
Deletes a menu link definition from the storage. |
| 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/ |
Loads all the IDs for menu links that are below the given ID. |
| MenuTreeStorage::getExpanded | function | core/ |
Finds expanded links in a menu given a set of possible parents. |
| MenuTreeStorage::getMenuNames | function | core/ |
Returns the used menu names in the tree storage. |
| MenuTreeStorage::getRootPathIds | function | core/ |
Returns all the IDs that represent the path to the root of the tree. |
| MenuTreeStorage::getSubtreeHeight | function | core/ |
Finds the height of a subtree rooted by the given ID. |
| MenuTreeStorage::load | function | core/ |
Loads a menu link plugin definition from the storage. |
| MenuTreeStorage::loadAllChildren | function | core/ |
Loads all the enabled menu links that are below the given ID. |
| MenuTreeStorage::loadByProperties | function | core/ |
Loads multiple plugin definitions from the storage based on properties. |
| MenuTreeStorage::loadByRoute | function | core/ |
Loads multiple plugin definitions from the storage based on route. |
| 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. |
| MenuTreeStorage::loadLinks | function | core/ |
Loads links in the given menu, according to the given tree parameters. |
| MenuTreeStorage::loadMultiple | function | core/ |
Loads multiple plugin definitions from the storage. |
| MenuTreeStorage::loadSubtreeData | function | core/ |
Loads a subtree rooted by the given ID. |
Pagination
- Previous page
- Page 953
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.