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
LinkRelationTypeManager.php file core/lib/Drupal/Core/Http/LinkRelationTypeManager.php
LinkRelationTypeManager::$defaults property core/lib/Drupal/Core/Http/LinkRelationTypeManager.php A set of defaults to be referenced by $this->processDefinition() if
additional processing of plugins is necessary or helpful for development
purposes.
LinkRelationTypeManager::$root property core/lib/Drupal/Core/Http/LinkRelationTypeManager.php The app root.
LinkRelationTypeManager::getDiscovery function core/lib/Drupal/Core/Http/LinkRelationTypeManager.php Gets the plugin discovery.
LinkRelationTypeManager::__construct function core/lib/Drupal/Core/Http/LinkRelationTypeManager.php Constructs a new LinkRelationTypeManager.
LinkReply class core/modules/comment/src/Plugin/views/field/LinkReply.php Field handler to present a link to reply to a comment.
LinkReply.php file core/modules/comment/src/Plugin/views/field/LinkReply.php
LinkReply::getDefaultLabel function core/modules/comment/src/Plugin/views/field/LinkReply.php Returns the default label for this link.
LinkReply::getUrlInfo function core/modules/comment/src/Plugin/views/field/LinkReply.php Returns the URI elements of the link.
Links class core/modules/views/src/Plugin/views/field/Links.php A abstract handler which provides a collection of links.
links--media-library-menu.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--media-library-menu.html.twig file core/themes/seven/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--media-library-menu.html.twig file core/themes/claro/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--media-library-menu.html.twig file core/themes/bartik/templates/classy/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--media-library-menu.html.twig file core/themes/classy/templates/media-library/links--media-library-menu.html.twig Theme implementation of the media type menu in the media library dialog.
links--node.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/themes/seven/templates/classy/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/themes/claro/templates/classy/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/themes/bartik/templates/classy/content/links--node.html.twig Theme override to display node links.
links--node.html.twig file core/themes/classy/templates/content/links--node.html.twig Theme override to display node links.
links.css file core/profiles/demo_umami/themes/umami/css/classy/components/links.css Visual styles for links.
links.css file core/themes/seven/css/classy/components/links.css Visual styles for links.
links.css file core/themes/claro/css/classy/components/links.css Visual styles for links.
links.css file core/themes/bartik/css/classy/components/links.css Visual styles for links.
links.css file core/themes/classy/css/components/links.css Visual styles for links.
links.html.twig file core/themes/stable/templates/navigation/links.html.twig Theme override for a set of links.
links.html.twig file core/themes/classy/templates/navigation/links.html.twig Theme override for a set of links.
links.html.twig file core/modules/system/templates/links.html.twig Default theme implementation for a set of links.
Links.php file core/modules/views/src/Plugin/views/field/Links.php
Links::buildOptionsForm function core/modules/views/src/Plugin/views/field/Links.php Default options form that provides the label widget that all fields
should have.
Links::defineOptions function core/modules/views/src/Plugin/views/field/Links.php Information about options for all kinds of purposes will be held here.
Links::getLinks function core/modules/views/src/Plugin/views/field/Links.php Gets the list of links used by this field.
Links::query function core/modules/views/src/Plugin/views/field/Links.php Called to add the field to a query.
Links::usesGroupBy function core/modules/views/src/Plugin/views/field/Links.php Provides the handler some groupby.
LinkSeparateFormatter class core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php Plugin implementation of the 'link_separate' formatter.
LinkSeparateFormatter.php file core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php
LinkSeparateFormatter::defaultSettings function core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php Defines the default settings for this plugin.
LinkSeparateFormatter::viewElements function core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php Builds a renderable array for a field value.
LinkTest class core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @coversDefaultClass \Drupal\jsonapi\JsonApiResource\Link
@group jsonapi
LinkTest.php file core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php
LinkTest::linkComparisonProvider function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Provides test data for link comparison.
LinkTest::linkMergeProvider function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Provides test data for link merging.
LinkTest::mockUrlAssembler function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php Mocks the unrouted URL assembler.
LinkTest::testGetLinkRelationType function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @covers ::getLinkRelationType
LinkTest::testLinkComparison function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @covers ::compare
@dataProvider linkComparisonProvider
LinkTest::testLinkDeprecations function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @group legacy
@expectedDeprecation Constructing a Drupal\jsonapi\JsonApiResource\Link with an array of link relation types is deprecated in drupal:8.8.0 and will throw a fatal error in drupal:9.0.0. Pass a single string instead. See…
LinkTest::testLinkMerge function core/modules/jsonapi/tests/src/Unit/JsonApiResource/LinkTest.php @covers ::merge
@dataProvider linkMergeProvider
LinkTypeConstraint class core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php Validation constraint for links receiving data allowed by its settings.
LinkTypeConstraint.php file core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php
LinkTypeConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php

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