Search for link

  1. Search 7.x for link
  2. Search 9.5.x for link
  3. Search 8.9.x for link
  4. Search 10.3.x for link
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Link class core/modules/jsonapi/src/JsonApiResource/Link.php Represents an RFC8288 based link.
Link class core/lib/Drupal/Core/Render/Element/Link.php Provides a link render element.
Link class core/lib/Drupal/Core/Link.php Defines an object that holds information about a link.

All search results

Title Object type File name Summary
MenuLinkTreeTest::setUp function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php
MenuLinkTreeTest::testBuildCacheability function core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php Tests build cacheability.
MenuLinkTreeTest::testCreateLinksInMenu function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php Tests creating links with an expected tree structure.
MenuLinkTreeTest::testDeleteLinksInMenu function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php Tests deleting all the links in a menu.
MenuLinkTreeTest::testUserLoginAndUserLogoutLinks function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php Tests user/login and user/logout links.
MenuOperationsLinkTestHooks class core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php Hook implementations for menu_operations_link_test.
MenuOperationsLinkTestHooks.php file core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php
MenuOperationsLinkTestHooks::entityOperation function core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php Implements hook_entity_operation().
MenuOperationsLinkTestHooks::entityOperationAlter function core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php Implements hook_entity_operation_alter().
MenuParentFormSelector::$menuLinkTree property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The menu link tree service.
MenuRouterRebuildSubscriber::menuLinksRebuild function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php Perform menu-specific rebuilding.
MenuRouterTest::doTestMenuLinksDiscoveredAlter function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu links added in hook_menu_links_discovered_alter().
MenuTestHooks::menuLinksDiscoveredAlter function core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php Implements hook_menu_links_discovered_alter().
MenuTreeParameters::onlyEnabledLinks function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Excludes links that are not enabled.
MenuTreeParametersTest::testOnlyEnabledLinks function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests onlyEnabledLinks().
MenuTreeStorage::countMenuLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Counts the total number of menu links in one menu or all menus.
MenuTreeStorage::findNoLongerExistingLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Find any previously discovered menu links that no longer exist.
MenuTreeStorage::loadLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.
MenuTreeStorage::prepareLink function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Prepares a link by unserializing values and saving the definition.
MenuTreeStorageInterface::countMenuLinks function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Counts the total number of menu links in one menu or all menus.
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::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::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.
MenuUiHooks::getMenuLinkContentAccess function core/modules/menu_ui/src/Hook/MenuUiHooks.php Check if user is allowed to use the menu link subform.
MenuUiJavascriptTest::addMenuLink function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Adds a menu link using the UI.
MenuUiJavascriptTest::testBlockContextualLinks function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Tests the contextual links on a menu block.
MenuUiNodeAccessTest::testMenuLinkCreateAccess function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Tests menu link create access is enforced.
MenuUiNodeAccessTest::testMenuLinkEditAccess function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php Tests menu link edit/delete access is enforced.
MenuUiTest::addInvalidMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Attempts to add menu link with invalid path or no access permission.
MenuUiTest::addMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Adds a menu link using the UI.
MenuUiTest::checkInvalidParentMenuLinks function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Tests that parent options are limited by depth when adding menu links.
MenuUiTest::deleteMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Deletes a menu link using the UI.
MenuUiTest::disableMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Disables a menu link.
MenuUiTest::doMenuLinkFormDefaultsTest function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Ensures that the proper default values are set when adding a menu link.
MenuUiTest::enableMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Enables a menu link.
MenuUiTest::getStandardMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Returns standard menu link.
MenuUiTest::modifyMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Modifies a menu link using the UI.
MenuUiTest::moveMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Changes the parent of a menu link using the UI.
MenuUiTest::resetMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Resets a standard menu link using the UI.
MenuUiTest::testLogoutLinkVisibility function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Test logout link isn't displayed when the user is logged out.
MenuUiTest::testUserLoginUserLogoutLinks function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Tests the user login/logout links.
MenuUiTest::toggleMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Alternately disables and enables a menu link.
MenuUiTest::verifyAddChildLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Verifies that the "Add child" link selects the correct parent item.
MenuUiTest::verifyMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Verifies a menu link using the UI.
MenuUiTrait::assertMenuLink function core/modules/menu_ui/tests/src/Traits/MenuUiTrait.php Asserts that a menu fetched from the database matches an expected one.
menu_link.static.overrides service core/core.services.yml Drupal\Core\Menu\StaticMenuLinkOverrides
menu_link_access_test.info.yml file core/modules/menu_ui/tests/modules/menu_link_access_test/menu_link_access_test.info.yml core/modules/menu_ui/tests/modules/menu_link_access_test/menu_link_access_test.info.yml
menu_link_add_test.info.yml file core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.info.yml core/modules/menu_ui/tests/modules/menu_link_add_test/menu_link_add_test.info.yml

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