Search for link

  1. Search 7.x for link
  2. Search 9.5.x for link
  3. Search 10.3.x for link
  4. Search 11.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
TranslationLink::getEntityLinkTemplate function core/modules/content_translation/src/Plugin/views/field/TranslationLink.php Returns the entity link template name identifying the link route.
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 The theme to install as the default for testing.
TranslationLinkTest::$modules property core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Modules to enable.
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 Returns an array of permissions needed for the translator.
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 @covers ::escapeFilter
@covers ::bubbleArgMetadata
TwigExtensionTest::testLinkWithOverriddenAttributes function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @covers ::getLink
TwigExtensionTest::testRenderVarWithGeneratedLink function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @covers ::renderVar
@covers ::bubbleArgMetadata
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 linkgenerator: {{ link('register', test_url) }}</div>
<div>link via the linkgenerator: {{ link('register', test_url, {'foo': 'bar'}) }}</div>
<div>link via the…
TypeLinkManager class core/modules/rest/src/LinkManager/TypeLinkManager.php
TypeLinkManager class core/modules/hal/src/LinkManager/TypeLinkManager.php
TypeLinkManager.php file core/modules/rest/src/LinkManager/TypeLinkManager.php
TypeLinkManager.php file core/modules/hal/src/LinkManager/TypeLinkManager.php
TypeLinkManager::$bundleInfoService property core/modules/hal/src/LinkManager/TypeLinkManager.php The bundle info service.
TypeLinkManager::$cache property core/modules/hal/src/LinkManager/TypeLinkManager.php Injected cache backend.
TypeLinkManager::$deprecatedProperties property core/modules/hal/src/LinkManager/TypeLinkManager.php
TypeLinkManager::$entityTypeManager property core/modules/hal/src/LinkManager/TypeLinkManager.php The entity type manager.
TypeLinkManager::$moduleHandler property core/modules/hal/src/LinkManager/TypeLinkManager.php Module handler service.
TypeLinkManager::getTypeInternalIds function core/modules/hal/src/LinkManager/TypeLinkManager.php Get a bundle's Typed Data IDs based on a URI.
TypeLinkManager::getTypes function core/modules/hal/src/LinkManager/TypeLinkManager.php Get the array of type links.
TypeLinkManager::getTypeUri function core/modules/hal/src/LinkManager/TypeLinkManager.php Gets the URI that corresponds to a bundle.
TypeLinkManager::writeCache function core/modules/hal/src/LinkManager/TypeLinkManager.php Writes the cache of type links.
TypeLinkManager::__construct function core/modules/hal/src/LinkManager/TypeLinkManager.php Constructor.
TypeLinkManagerInterface interface core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface interface core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface.php file core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface.php file core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php
TypeLinkManagerInterface::getTypeInternalIds function core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php Get a bundle's Typed Data IDs based on a URI.
TypeLinkManagerInterface::getTypeUri function core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php Gets the URI that corresponds to a bundle.
UiHelperTrait::clickLink function core/tests/Drupal/Tests/UiHelperTrait.php Follows a link by complete name.
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
update.links.action.yml file core/modules/update/update.links.action.yml core/modules/update/update.links.action.yml
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
UpdateCoreTest::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Asserts that an update version has the correct links.
UpdateScriptTest::testMaintenanceModeLink function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Tests maintenance mode link on update.php.
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 Builds a renderable array for a field value.
UrlTest::testLinkAttributes function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests that default and custom attributes are handled correctly on links.
UrlTest::testLinkBubbleableMetadata function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests that #type=link bubbles outbound route/path processors' metadata.
UrlTest::testLinkRenderArrayText function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests that link functions support render arrays as 'text'.

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