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
MigrateMenuLinkTranslationTest.php file core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTranslationTest.php
MigrateMenuLinkTranslationTest::$modules property core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php Modules to install.
MigrateMenuLinkTranslationTest::$modules property core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTranslationTest.php Modules to install.
MigrateMenuLinkTranslationTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php
MigrateMenuLinkTranslationTest::setUp function core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTranslationTest.php
MigrateMenuLinkTranslationTest::testMenuLinks function core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTranslationTest.php Tests migration of menu links.
MigrateMenuLinkTranslationTest::testMenuLinkTranslation function core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTranslationTest.php Tests migration of menu link translations.
migrate_drupal_ui.links.menu.yml file core/modules/migrate_drupal_ui/migrate_drupal_ui.links.menu.yml core/modules/migrate_drupal_ui/migrate_drupal_ui.links.menu.yml
ModuleAdminLinksHelper class core/modules/system/src/ModuleAdminLinksHelper.php Provides a helper for generating module admin links.
ModuleAdminLinksHelper.php file core/modules/system/src/ModuleAdminLinksHelper.php
ModuleAdminLinksHelper::ADMIN_LINKS_MENU_TREE constant core/modules/system/src/ModuleAdminLinksHelper.php The cache key for the menu tree.
ModuleAdminLinksHelper::getModuleAdminLinks function core/modules/system/src/ModuleAdminLinksHelper.php Generates a list of admin tasks offered by a specified module.
ModuleAdminLinksHelper::__construct function core/modules/system/src/ModuleAdminLinksHelper.php Constructs a new service instance.
ModuleAdminLinksHelperTest class core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php Tests the ModuleAdminLinksHelper.
ModuleAdminLinksHelperTest.php file core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php
ModuleAdminLinksHelperTest::$modules property core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php Modules to install.
ModuleAdminLinksHelperTest::setUp function core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php
ModuleAdminLinksHelperTest::testGetModuleAdminLinks function core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php Tests get module admin links.
ModulePermissionsLinkHelper class core/modules/user/src/ModulePermissionsLinkHelper.php Provides a helper for generating module permissions links.
ModulePermissionsLinkHelper.php file core/modules/user/src/ModulePermissionsLinkHelper.php
ModulePermissionsLinkHelper::getModulePermissionsLink function core/modules/user/src/ModulePermissionsLinkHelper.php Generates a link pointing to a given module's permissions page section.
ModulePermissionsLinkHelper::__construct function core/modules/user/src/ModulePermissionsLinkHelper.php Constructs a new service instance.
ModulePermissionsLinkHelperTest class core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Tests the ModulePermissionsLinkHelper.
ModulePermissionsLinkHelperTest.php file core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php
ModulePermissionsLinkHelperTest::$modules property core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Modules to install.
ModulePermissionsLinkHelperTest::setUp function core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php
ModulePermissionsLinkHelperTest::testGetModulePermissionsLink function core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Tests get module permissions link.
more-link.css file core/profiles/demo_umami/themes/umami/css/classy/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/themes/claro/css/classy/components/more-link.css Markup generated by #type 'more_link'.
more-link.css file core/themes/starterkit_theme/css/components/more-link.css Markup generated by #type 'more_link'.
MoreLink class core/lib/Drupal/Core/Render/Element/MoreLink.php Provides a link render element for a "more" link, like those used in blocks.
MoreLink.php file core/lib/Drupal/Core/Render/Element/MoreLink.php
MoreLink::getInfo function core/lib/Drupal/Core/Render/Element/MoreLink.php Returns the element properties for this element.
navigation.links.menu.yml file core/modules/navigation/navigation.links.menu.yml core/modules/navigation/navigation.links.menu.yml
NavigationContentLinks class core/modules/navigation/src/NavigationContentLinks.php Build the menu links for the Content menu.
NavigationContentLinks.php file core/modules/navigation/src/NavigationContentLinks.php
NavigationContentLinks::addCreateEntityLinks function core/modules/navigation/src/NavigationContentLinks.php Add create links for an entity type.
NavigationContentLinks::addLink function core/modules/navigation/src/NavigationContentLinks.php Ensure a route exists and add the link.
NavigationContentLinks::addMenuLinks function core/modules/navigation/src/NavigationContentLinks.php Add links to the Content menu, based on enabled modules.
NavigationContentLinks::create function core/modules/navigation/src/NavigationContentLinks.php Instantiates a new instance of this class.
NavigationContentLinks::__construct function core/modules/navigation/src/NavigationContentLinks.php Construct a new NavigationContentLinks object.
NavigationContentLinksTest class core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php Tests \Drupal\navigation\NavigationContentLinks.
NavigationContentLinksTest.php file core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php
NavigationContentLinksTest::$modules property core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php Modules to install.
NavigationContentLinksTest::setUp function core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php
NavigationContentLinksTest::testNavigationContentLinks function core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php Tests if the expected navigation content links are added/removed correctly.
NavigationHooks::menuLinksDiscoveredAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_menu_links_discovered_alter().
NavigationHooks::navigationMenuLinkTreeAlter function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_navigation_menu_link_tree_alter().
NavigationLinkBlock class core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Defines a link navigation block.
NavigationLinkBlock.php file core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php

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