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
InaccessibleMenuLink::updateLink function core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php
InaccessibleMenuLink::__construct function core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php Constructs a new InaccessibleMenuLink.
InfoParserUnitTest::providerLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testLifecycleLink().
InfoParserUnitTest::testLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file's lifecycle_link values.
InternalEntitiesTest::testLinks function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that links to internal relationships aren't generated.
InvalidLinkTemplateException class core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php Indicates that a link template does not follow the required pattern.
InvalidLinkTemplateException.php file core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php
JSMessageTestController::messageLinks function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript.
JSMessageTestController::messageLinksWithSystemMessages function core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php Displays links to show messages via JavaScript with messages from backend.
jsonapi.links.menu.yml file core/modules/jsonapi/jsonapi.links.menu.yml core/modules/jsonapi/jsonapi.links.menu.yml
jsonapi.links.task.yml file core/modules/jsonapi/jsonapi.links.task.yml core/modules/jsonapi/jsonapi.links.task.yml
JsonApiDocumentTopLevel::$links property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The links.
JsonApiDocumentTopLevel::getLinks function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the links.
JsonApiDocumentTopLevelNormalizer::getLinkHash function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Hashes an omitted link.
JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Normalizes omitted data into a set of omission links.
JsonApiSpec::SUPPORTED_SPECIFICATION_PERMALINK constant core/modules/jsonapi/src/JsonApiSpec.php The URI of the supported specification document.
JSWebAssert::waitForLink function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Waits for a link with specified locator and returns it when available.
JsWebAssertTestForm::addLink function core/modules/system/tests/modules/jswebassert_test/src/Form/JsWebAssertTestForm.php Ajax callback for the "Add link" button.
KernelTestHttpRequestTest::testClickLink function core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php Tests clickLink() functionality.
language.links.action.yml file core/modules/language/language.links.action.yml core/modules/language/language.links.action.yml
language.links.menu.yml file core/modules/language/language.links.menu.yml core/modules/language/language.links.menu.yml
language.links.task.yml file core/modules/language/language.links.task.yml core/modules/language/language.links.task.yml
LanguageManager::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManager.php
LanguageManagerInterface::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language switch links for the given language type.
LanguageNegotiationContentEntity::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns language switch links.
LanguageNegotiationContentEntityTest::testGetLanguageSwitchLinks function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Tests get language switch links.
LanguageNegotiationSession::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Returns language switch links.
LanguageNegotiationUrl::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Returns language switch links.
LanguagePathMonolingualTest::testPageLinks function core/modules/language/tests/src/Functional/LanguagePathMonolingualTest.php Verifies that links do not have language prefixes in them.
LanguageSwitcherInterface::getLanguageSwitchLinks function core/modules/language/src/LanguageSwitcherInterface.php Returns language switch links.
LanguageSwitchingTest::assertLinkMarkup function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Asserts that restricted text is or is not present in the page response.
LanguageSwitchingTest::doTestHomePageLinks function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php The home page link should be "/" or "/{language_prefix}".
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::testLanguageLinkActiveClass function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests active class on links when switching languages.
LanguageSwitchingTest::testLanguageSessionSwitchLinks function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests language switcher links for session based negotiation.
LanguageTestController::typeLinkActiveClass function core/modules/language/tests/language_test/src/Controller/LanguageTestController.php Returns links to the current page with different langcodes.
LanguageTestHooks::languageSwitchLinksAlter function core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php Implements hook_language_switch_links_alter().
LayoutBuilder::buildAddSectionLink function core/modules/layout_builder/src/Element/LayoutBuilder.php Builds a link to add a new section at a given delta.
LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests that block plugins can define custom attributes and contextual links.
LayoutBuilderDisableInteractionsTest::assertContextualLinkRetainsMouseup function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Makes sure contextual links respond to mouseup event.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Confirms that Layout Builder contextual links remain active.
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Asserts that forms, links, and iframes in preview are non-interactive.
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests that forms and links are disabled in the Layout Builder preview.
LayoutBuilderTest::clickContextualLink function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php @todo Remove this in https://www.drupal.org/project/drupal/issues/2918718.
LayoutBuilderToolbarTest::testBackToSiteLink function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderToolbarTest.php Tests the 'Back to site' link behaves with manage layout as admin page.
layout_builder.links.contextual.yml file core/modules/layout_builder/layout_builder.links.contextual.yml core/modules/layout_builder/layout_builder.links.contextual.yml
layout_builder.links.task.yml file core/modules/layout_builder/layout_builder.links.task.yml core/modules/layout_builder/layout_builder.links.task.yml
layout_builder_test.links.contextual.yml file core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml
LazyRouteProviderInstallTestHooks::menuLinksDiscoveredAlter function core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php Implements hook_menu_links_discovered_alter().

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