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
FormHooks::formMenuLinkEditAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
FormHooks::formMenuLinkEditAlter function core/themes/default_admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
FunctionsTest::testDrupalPreRenderLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests the use of Link::preRenderLinks() on a nested array of links.
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
FunctionsTest::testLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig.
GeneratedLink class core/lib/Drupal/Core/GeneratedLink.php Used to return generated links, along with associated cacheability metadata.
GeneratedLink.php file core/lib/Drupal/Core/GeneratedLink.php
GeneratedLink::$generatedLink property core/lib/Drupal/Core/GeneratedLink.php The HTML string value containing a link.
GeneratedLink::count function core/lib/Drupal/Core/GeneratedLink.php
GeneratedLink::getGeneratedLink function core/lib/Drupal/Core/GeneratedLink.php Gets the generated link.
GeneratedLink::jsonSerialize function core/lib/Drupal/Core/GeneratedLink.php
GeneratedLink::setGeneratedLink function core/lib/Drupal/Core/GeneratedLink.php Sets the generated link.
GeneratedLink::TAG constant core/lib/Drupal/Core/GeneratedLink.php HTML tag to use when building the link.
GeneratedLink::__toString function core/lib/Drupal/Core/GeneratedLink.php Returns markup.
GeneratedNoLink class core/lib/Drupal/Core/GeneratedNoLink.php This class holds a <span> generated from the <nolink> route.
GeneratedNoLink.php file core/lib/Drupal/Core/GeneratedNoLink.php
GeneratedNoLink::TAG constant core/lib/Drupal/Core/GeneratedNoLink.php HTML tag to use when building the link.
gin-action-link.css file core/themes/default_admin/migration/css/base/gin-action-link.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

.action-link {
color: var(--gin-color-primary);
border-radius: var(--gin-border-s);
background:…
gin-action-link.pcss.css file core/themes/default_admin/migration/css/base/gin-action-link.pcss.css .action-link {
color: var(--gin-color-primary);
border-radius: var(--gin-border-s);
background: transparent;

&:hover {
color: var(--gin-color-primary-hover);
background: var(--gin-bg-item-hover);
}

&:focus {
color:…
help.links.menu.yml file core/modules/help/help.links.menu.yml core/modules/help/help.links.menu.yml
Helper::convertLinkToActionLink function core/themes/admin/src/Helper.php Converts a link render element to an action link.
Helper::convertLinkToActionLink function core/themes/default_admin/src/Helper.php Converts a link render element to an action link.
HelpTopicPluginBase::toLink function core/modules/help/src/HelpTopicPluginBase.php Returns a link for viewing the help topic.
HelpTopicPluginInterface::toLink function core/modules/help/src/HelpTopicPluginInterface.php Returns a link for viewing the help topic.
HelpTopicTest::testHelpLinks function core/modules/help/tests/src/Functional/HelpTopicTest.php Verifies links on various topic pages.
HelpTopicTest::testHelpLinks function core/modules/help/tests/src/Kernel/HelpTopicTest.php Verifies links on various topic pages.
HelpTwigExtension::getRouteLink function core/modules/help/src/HelpTwigExtension.php Returns a link or plain text, given text, route name, and parameters.
HelpTwigExtension::getTopicLink function core/modules/help/src/HelpTwigExtension.php Returns a link to a help topic, or the title of the topic.
help_topics_test.linked.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.linked.html.twig ---
label: 'Linked topic'
---
<p>{% trans %}This topic is not supposed to be top-level.{% endtrans %}</p>
HookCollectorPassTest::testSymlink function core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php Test that symlinks are properly followed.
hook_comment_links_alter function core/modules/comment/comment.api.php Alter the links of a comment.
hook_contextual_links_alter function core/lib/Drupal/Core/Menu/menu.api.php Alter contextual links before they are rendered.
hook_contextual_links_plugins_alter function core/lib/Drupal/Core/Menu/menu.api.php Alter the plugin definition of contextual links.
hook_contextual_links_view_alter function core/modules/contextual/contextual.api.php Alter a contextual links element before it is rendered.
hook_language_switch_links_alter function core/lib/Drupal/Core/Language/language.api.php Perform alterations on language switcher links.
hook_link_alter function core/lib/Drupal/Core/Utility/link.api.php Alter the parameters for links.
hook_menu_links_discovered_alter function core/lib/Drupal/Core/Menu/menu.api.php Alters all the menu links discovered by the menu link plugin manager.
hook_navigation_menu_link_tree_alter function core/modules/navigation/navigation.api.php Alter the content of a given Navigation menu link tree.
hook_node_links_alter function core/modules/node/node.api.php Alter the links of a node.
hook_views_ui_display_top_links_alter function core/modules/views_ui/views_ui.api.php Alter the links displayed at the top of the view edit form.
HtmlResponseAttachmentsProcessor::processHtmlHeadLink function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Transform a html_head_link array into html_head and http_header arrays.
HttpKernelUiHelperTrait::clickLink function core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php Follows a link by complete name.
icon-link.css file core/themes/admin/css/components/icon-link.css Icon link component.
icon-link.css file core/themes/default_admin/css/components/icon-link.css Icon link component.
icon-link.css file core/themes/claro/css/components/icon-link.css Icon link component.
icon-link.pcss.css file core/themes/claro/css/components/icon-link.pcss.css Icon link component.
icon-link.pcss.css file core/themes/admin/css/components/icon-link.pcss.css Icon link component.
icon-link.pcss.css file core/themes/default_admin/css/components/icon-link.pcss.css Icon link component.
image.links.action.yml file core/modules/image/image.links.action.yml core/modules/image/image.links.action.yml
image.links.menu.yml file core/modules/image/image.links.menu.yml core/modules/image/image.links.menu.yml

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