Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
MenuTreeStorageInterface::getRootPathIds function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Returns all the IDs that represent the path to the root of the tree.
MenuTreeStorageInterface::getSubtreeHeight function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Finds the height of a subtree rooted by the given ID.
MenuTreeStorageInterface::load function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a menu link plugin definition from the storage.
MenuTreeStorageInterface::loadAllChildren function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads all the enabled menu links that are below the given ID.
MenuTreeStorageInterface::loadByProperties function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage based on properties.
MenuTreeStorageInterface::loadByRoute function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage based on route.
MenuTreeStorageInterface::loadMultiple function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads multiple plugin definitions from the storage.
MenuTreeStorageInterface::loadSubtreeData function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a subtree rooted by the given ID.
MenuTreeStorageInterface::loadTreeData function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads a menu link tree from the storage.
MenuTreeStorageInterface::maxDepth function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php The maximum depth of tree the storage implementation supports.
MenuTreeStorageInterface::menuNameInUse function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Determines whether a specific menu name is used in the tree.
MenuTreeStorageInterface::rebuild function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Rebuilds the stored menu link definitions.
MenuTreeStorageInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Clears all definitions cached in memory.
MenuTreeStorageInterface::save function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Saves a plugin definition to the storage.
MenuTreeStorageTest class core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests the menu tree storage.
MenuTreeStorageTest.php file core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php
MenuTreeStorageTest::$connection property core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php The database connection.
MenuTreeStorageTest::$treeStorage property core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php The tested tree storage.
MenuTreeStorageTest::addMenuLink function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Adds a link with the given ID and supply defaults.
MenuTreeStorageTest::assertMenuLink function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests that a link's stored representation matches the expected values.
MenuTreeStorageTest::doTestEmptyStorage function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Ensures that there are no menu links by default.
MenuTreeStorageTest::doTestTable function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Ensures that table gets created on the fly.
MenuTreeStorageTest::moveMenuLink function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Moves the link with the given ID so it's under a new parent.
MenuTreeStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php
MenuTreeStorageTest::testBasicMethods function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests the tree storage when no tree was built yet.
MenuTreeStorageTest::testLoadByProperties function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests MenuTreeStorage::loadByProperties().
MenuTreeStorageTest::testLoadTree function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests the loadTreeData method.
MenuTreeStorageTest::testMenuDisabledChildLinks function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests with disabled child links.
MenuTreeStorageTest::testMenuLinkMoving function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests the tree with moving links inside the hierarchy.
MenuTreeStorageTest::testMenuRebuild function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Ensure hierarchy persists after a menu rebuild.
MenuTreeStorageTest::testSimpleHierarchy function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests with a simple linear hierarchy.
MenuTreeStorageTest::testSubtreeHeight function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Tests finding the subtree height with content menu links.
MenuUiContentTranslationTest::provideChangeContentToPseudoLanguageData function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Provides test data sets for testChangeContentToPseudoLanguage().
MenuUiContentTranslationTest::testChangeContentToPseudoLanguage function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Tests changing content with menu link from language to pseudo language.
MenuUiJavascriptTest::addCustomMenu function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Creates a custom menu.
MenuUiMenuTreeManipulators class core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Provides menu tree manipulators to be used when managing menu links.
MenuUiMenuTreeManipulators.php file core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php
MenuUiMenuTreeManipulators::checkAccess function core/modules/menu_ui/src/Menu/MenuUiMenuTreeManipulators.php Grants access to a menu tree when used in the menu management form.
MenuUiNodeTest::$editor property core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php An editor user.
MenuUiTest::addCustomMenu function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Creates a custom menu.
MenuUiTest::addCustomMenuCRUD function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Adds a custom menu using CRUD functions.
MenuUiTest::deleteCustomMenu function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Deletes the locally stored custom menu.
MenuUiTest::toggleMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Alternately disables and enables a menu link.
menu_ui.menu_tree_manipulators service core/modules/menu_ui/menu_ui.services.yml Drupal\menu_ui\Menu\MenuUiMenuTreeManipulators
Merge::__toString function core/lib/Drupal/Core/Database/Query/Merge.php Implements PHP magic __toString method to convert the query to a string.
MessageAction::$token property core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php The token service.
MessageCommand::$wrapperQuerySelector property core/lib/Drupal/Core/Ajax/MessageCommand.php The query selector for the element the message will appear in.
MetadataBag::CSRF_TOKEN_SEED constant core/lib/Drupal/Core/Session/MetadataBag.php The key used to store the CSRF token seed in the session.
MetadataBag::getCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Get the CSRF token seed.
MetadataBag::setCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Set the CSRF token seed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.