Search for _link

  1. Search 7.x for _link
  2. Search 8.9.x for _link
  3. Search 10.3.x for _link
  4. Search 11.x for _link
  5. Search main for _link
  6. Other projects
Title Object type File name Summary
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/hal/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::$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/hal/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.
umami_preprocess_links function core/profiles/demo_umami/themes/umami/umami.theme Implements template_preprocess_links().
umami_preprocess_links__media_library_menu function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_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
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
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::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
user.links.menu.yml file core/modules/user/user.links.menu.yml core/modules/user/user.links.menu.yml
user.links.task.yml file core/modules/user/user.links.task.yml core/modules/user/user.links.task.yml
user.link_relation_types.yml file core/modules/user/user.link_relation_types.yml core/modules/user/user.link_relation_types.yml
user.toolbar_link_builder service core/modules/user/user.services.yml Drupal\user\ToolbarLinkBuilder
UserAccountLinksTest class core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests user-account links.
UserAccountLinksTest.php file core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAccountLinksTest.php The theme to install as the default for testing.
UserAccountLinksTest::$modules property core/modules/user/tests/src/Functional/UserAccountLinksTest.php Modules to enable.
UserAccountLinksTest::setUp function core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::testAccountPageTitles function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testAnonymousLogout function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Ensures that logout url redirects an anonymous user to the front page.
UserAccountLinksTest::testDisabledAccountLink function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests the secondary menu.

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