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
FileEntityFormatterTest::testFormatterFileLink function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileLinkWithQueryString function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter using a query string.
FileListingTest::testFileListingUsageNoLink function core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing usage page for entities with no canonical link template.
FileStorage::unlink function core/lib/Drupal/Component/PhpStorage/FileStorage.php Deletes files and/or directories in the specified path.
FileSystem::unlink function core/lib/Drupal/Core/File/FileSystem.php Deletes a file.
FileSystemInterface::unlink function core/lib/Drupal/Core/File/FileSystemInterface.php Deletes a file.
FileSystemTest::testUnlink function core/tests/Drupal/Tests/Core/File/FileSystemTest.php Tests unlink.
FileThemeHooks::preprocessFileLink function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file link templates.
filter.links.action.yml file core/modules/filter/filter.links.action.yml core/modules/filter/filter.links.action.yml
filter.links.menu.yml file core/modules/filter/filter.links.menu.yml core/modules/filter/filter.links.menu.yml
filter.links.task.yml file core/modules/filter/filter.links.task.yml core/modules/filter/filter.links.task.yml
FormErrorHandlerCKEditor5Test::testFragmentLink function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
FormErrorHandlerTest::$linkGenerator property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The link generator.
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.
help.links.menu.yml file core/modules/help/help.links.menu.yml core/modules/help/help.links.menu.yml
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.
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>
history.comment_link_builder service core/modules/history/history.services.yml Drupal\history\HistoryCommentLinkBuilder
HistoryCommentLinkBuilder class core/modules/history/src/HistoryCommentLinkBuilder.php Adds history functionality to comment links on nodes.
HistoryCommentLinkBuilder.php file core/modules/history/src/HistoryCommentLinkBuilder.php
HistoryCommentLinkBuilder::buildCommentedEntityLinks function core/modules/history/src/HistoryCommentLinkBuilder.php Builds links for the given entity.
HistoryCommentLinkBuilder::__construct function core/modules/history/src/HistoryCommentLinkBuilder.php Constructs a new HistoryCommentLinkBuilder object.
HistoryCommentLinkBuilderTest class core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php This is duplicated from CommentLinkBuilderTest with history additions.
HistoryCommentLinkBuilderTest.php file core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php
HistoryCommentLinkBuilderTest::$commentLinkBuilder property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The comment link builder.
HistoryCommentLinkBuilderTest::$commentManager property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Comment manager mock.
HistoryCommentLinkBuilderTest::$currentUser property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Current user proxy mock.
HistoryCommentLinkBuilderTest::$decoratedCommentLinkBuilder property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The decorated comment link builder.
HistoryCommentLinkBuilderTest::$entityTypeManager property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The entity type manager.
HistoryCommentLinkBuilderTest::$stringTranslation property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php String translation mock.
HistoryCommentLinkBuilderTest::$timestamp property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Timestamp used in test.
HistoryCommentLinkBuilderTest::getLinkCombinations function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.

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