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. 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
config_translation.links.task.yml file core/modules/config_translation/config_translation.links.task.yml core/modules/config_translation/config_translation.links.task.yml
config_translation_test.links.task.yml file core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml
ConfirmFormHelper::buildCancelLink function core/lib/Drupal/Core/Form/ConfirmFormHelper.php Builds the cancel link for a confirmation form.
ConfirmFormHelperTest::providerTestCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php Provides test data for testCancelLinkDestination().
ConfirmFormHelperTest::testCancelLinkDestination function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRoute function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRouteWithParams function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkRouteWithUrl function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
ConfirmFormHelperTest::testCancelLinkTitle function core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php @covers ::buildCancelLink
contact.links.action.yml file core/modules/contact/contact.links.action.yml core/modules/contact/contact.links.action.yml
contact.links.menu.yml file core/modules/contact/contact.links.menu.yml core/modules/contact/contact.links.menu.yml
contact.links.task.yml file core/modules/contact/contact.links.task.yml core/modules/contact/contact.links.task.yml
ContactLink class core/modules/contact/src/Plugin/views/field/ContactLink.php Defines a field that links to the user contact page, if access is permitted.
ContactLink.php file core/modules/contact/src/Plugin/views/field/ContactLink.php
ContactLink::buildOptionsForm function core/modules/contact/src/Plugin/views/field/ContactLink.php Default option form that provides label widget that all fields should have.
ContactLink::getDefaultLabel function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the default label for this link.
ContactLink::getUrlInfo function core/modules/contact/src/Plugin/views/field/ContactLink.php Returns the URI elements of the link.
ContactLink::renderLink function core/modules/contact/src/Plugin/views/field/ContactLink.php Prepares the link to view an entity.
ContactLinkTest class core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Tests the contact link field.
ContactLinkTest.php file core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php
ContactLinkTest::$defaultTheme property core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php The theme to install as the default for testing.
ContactLinkTest::$modules property core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Modules to enable.
ContactLinkTest::$testViews property core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Views used by this test.
ContactLinkTest::$userData property core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Stores the user data service used by the test.
ContactLinkTest::assertContactLinks function core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Asserts whether certain users contact links appear on the page.
ContactLinkTest::setUp function core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Sets up the test.
ContactLinkTest::testContactLink function core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php Tests contact link.
ContentEntityNormalizer::$linkManager property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The hypermedia link manager.
ContentPreviewToggleTest::assertContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Checks if contextual links are working properly.
ContentTranslationContextualLinks class core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Provides dynamic contextual links for content translation.
ContentTranslationContextualLinks.php file core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
ContentTranslationContextualLinks::$contentTranslationManager property core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php The content translation manager.
ContentTranslationContextualLinks::create function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Creates a new class instance.
ContentTranslationContextualLinks::getDerivativeDefinitions function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Gets the definition of all derivatives of a base plugin.
ContentTranslationContextualLinks::__construct function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Constructs a new ContentTranslationContextualLinks.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::$bundle property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The bundle being tested.
ContentTranslationContextualLinksTest::$contentType property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The content type being tested.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$langcodes property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The enabled languages.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$profile property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The profile to install as a basis for testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::setUp function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php

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