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. Search 11.x for _link
  6. Other projects
Title Object type File name Summary
ToolbarMenuLinkTree class core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php Extends MenuLinkTree to add specific theme suggestions for the toolbar.
ToolbarMenuLinkTree.php file core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php
ToolbarMenuLinkTree::build function core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php
toolbar_menu_navigation_links function core/modules/toolbar/toolbar.module Adds toolbar-specific attributes to the menu link tree.
TopBarItemLinkAttribute class core/modules/navigation/tests/navigation_test_top_bar/src/Plugin/TopBarItem/TopBarItemLinkAttribute.php Provides a top bar item plugin for testing link attributes in the top bar.
TopBarItemLinkAttribute.php file core/modules/navigation/tests/navigation_test_top_bar/src/Plugin/TopBarItem/TopBarItemLinkAttribute.php
TopBarItemLinkAttribute::build function core/modules/navigation/tests/navigation_test_top_bar/src/Plugin/TopBarItem/TopBarItemLinkAttribute.php
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TranslationLink class core/modules/content_translation/src/Plugin/views/field/TranslationLink.php Provides a translation link for an entity.
TranslationLink.php file core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
TranslationLink::getDefaultLabel function core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
TranslationLink::getEntityLinkTemplate function core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
TranslationLinkTest class core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Tests the content translation overview link field handler.
TranslationLinkTest.php file core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
TranslationLinkTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
TranslationLinkTest::$modules property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
TranslationLinkTest::$testViews property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Views used by this test.
TranslationLinkTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
TranslationLinkTest::setUp function core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
TranslationLinkTest::testTranslationLink function core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Tests the content translation overview link field handler.
TwigExtension::getLink function core/lib/Drupal/Core/Template/TwigExtension.php Gets a rendered link from a URL object.
TwigExtensionTest::testEscapeWithGeneratedLink function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests escape with generated link.
TwigExtensionTest::testLinkWithOverriddenAttributes function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests link with overridden attributes.
TwigExtensionTest::testRenderVarWithGeneratedLink function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests render var with generated link.
TwigThemeTestController::linkGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing link_generator functions in a Twig template.
twig_theme_test.link_generator.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig <div>link via the link generator: {{ link('register', test_url) }}</div>
<div>link via the link generator: {{ link('register', test_url, {'foo': 'bar'}) }}</div>
<div>link via the…
UiHelperTrait::$useOneTimeLoginLinks property core/tests/Drupal/Tests/UiHelperTrait.php Use one-time login links instead of submitting the login form.
UiHelperTrait::clickLink function core/tests/Drupal/Tests/UiHelperTrait.php Follows a link by complete name.
UmamiHooks::preprocessLinks function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for links.
UmamiHooks::preprocessLinksMediaLibraryMenu function core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php Implements hook_preprocess_HOOK() for links--media-library-menu.
umami_preprocess_links function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_HOOK() for links.
umami_preprocess_links__media_library_menu function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_HOOK() for links--media-library-menu.
UndefinedLinkTemplateException class core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php Defines an exception class for undefined link templates.
UndefinedLinkTemplateException.php file core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php
Unpacker::getPackageFromLinkTarget function composer/Plugin/RecipeUnpack/Unpacker.php Gets the package object from a link's target.
update.links.menu.yml file core/modules/update/update.links.menu.yml core/modules/update/update.links.menu.yml
update.links.task.yml file core/modules/update/update.links.task.yml core/modules/update/update.links.task.yml
UpdateScriptTest::testMaintenanceModeLink function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests maintenance mode link on update.php.
UpdateSemverCoreTest::testAvailableUpdateLink function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Tests the available link appears to users with the right permissions.
UpdateTestBase::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that an update version has the correct links.
UriLinkFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Plugin implementation of the 'uri_link' formatter.
UriLinkFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
UrlTest::testActiveLinkAttributes function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests the active class in links.
UrlTest::testLinkAttributes function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkBubbleableMetadata function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that #type=link bubbles outbound route/path processors' metadata.
UrlTest::testLinkRenderArrayText function core/modules/system/tests/src/Kernel/Common/UrlTest.php Tests that link functions support render arrays as 'text'.
UrlTest::testLinkXSS function core/modules/system/tests/src/Kernel/Common/UrlTest.php Confirms that invalid URLs are filtered in link generating functions.
user.links.action.yml file core/modules/user/user.links.action.yml core/modules/user/user.links.action.yml
user.links.contextual.yml file core/modules/user/user.links.contextual.yml core/modules/user/user.links.contextual.yml

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