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 main for _link
  6. Other projects
Title Object type File name Summary
Relationship::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's links with the top-level links.
RenderAttachedTestController::htmlHeaderLink function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests HTTP header rendering for link.
RenderElementTypesTest::testLink function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'link'.
RenderElementTypesTest::testMoreLink function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'more_link'.
RenderElementTypesTest::testSystemCompactLink function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'system_compact_link'.
ReplaceOp::symlinkScaffold function composer/Plugin/Scaffold/Operations/ReplaceOp.php Symlinks the scaffold file.
Resource::link function core/modules/media/src/OEmbed/Resource.php Creates a link resource.
Resource::TYPE_LINK constant core/modules/media/src/OEmbed/Resource.php The resource type for link resources.
ResourceObject::$links property core/modules/jsonapi/src/JsonApiResource/ResourceObject.php The resource object's links.
ResourceObject::buildLinksFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Builds a LinkCollection for the given entity.
ResourceObject::getLinks function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Gets the ResourceObject's links.
ResourceObjectData::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/ResourceObjectData.php Merges the object's links with the top-level links.
ResourceObjectNormalizerCacherTest::testLinkNormalizationCacheability function core/modules/jsonapi/tests/src/Kernel/EventSubscriber/ResourceObjectNormalizerCacherTest.php Tests that link normalization cache information is not lost.
ResourceResponseTestTrait::extractLinks function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Extracts links from a document using a list of relationship field names.
ResourceResponseTestTrait::getLinkPaths function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Turns a list of relationship field names into an array of link paths.
ResourceResponseTestTrait::getRelatedLink function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Creates a related resource link for a given resource identifier and field.
ResourceResponseTestTrait::getRelationshipLink function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Creates a relationship link for a given resource identifier and field.
ResourceResponseTestTrait::getResourceLink function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Creates an individual resource link for a given resource identifier.
ResourceResponseTestTrait::getResourceLinks function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Creates individual resource links for a list of resource identifiers.
ResourceResponseTestTrait::resetOmittedLinkKeys function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Resets omitted link keys.
ResourceResponseTestTrait::sortOmittedLinks function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Sorts an omitted link object array by href.
response_filter.active_link service core/core.services.yml Drupal\Core\EventSubscriber\ActiveLinkResponseFilter
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display linked to the file.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToNode function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display linked to the node.
ResponsiveImageFormatter::$linkGenerator property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php The link generator.
responsive_image.links.action.yml file core/modules/responsive_image/responsive_image.links.action.yml core/modules/responsive_image/responsive_image.links.action.yml
responsive_image.links.menu.yml file core/modules/responsive_image/responsive_image.links.menu.yml core/modules/responsive_image/responsive_image.links.menu.yml
responsive_image.links.task.yml file core/modules/responsive_image/responsive_image.links.task.yml core/modules/responsive_image/responsive_image.links.task.yml
RevisionLink class core/modules/node/src/Plugin/views/field/RevisionLink.php Field handler to present a link to a node revision.
RevisionLink.php file core/modules/node/src/Plugin/views/field/RevisionLink.php
RevisionLink::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLink.php Returns the default label for this link.
RevisionLink::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLink.php Returns the URI elements of the link.
RevisionLink::renderLink function core/modules/node/src/Plugin/views/field/RevisionLink.php Prepares the link to view an entity.
RevisionLinkDelete class core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Field handler to present link to delete a node revision.
RevisionLinkDelete.php file core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
RevisionLinkDelete::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the default label for this link.
RevisionLinkDelete::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php Returns the URI elements of the link.
RevisionLinkDeleteTest class core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php Tests Drupal\node\Plugin\views\field\RevisionLinkDelete.
RevisionLinkDeleteTest.php file core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php
RevisionLinkDeleteTest::setUp function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php
RevisionLinkDeleteTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkDeleteTest.php Test the render method when getEntity returns NULL.
RevisionLinkRevert class core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Field handler to present a link to revert a node to a revision.
RevisionLinkRevert.php file core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php
RevisionLinkRevert::getDefaultLabel function core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Returns the default label for this link.
RevisionLinkRevert::getUrlInfo function core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php Returns the URI elements of the link.
RevisionLinkRevertTest class core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php Tests Drupal\node\Plugin\views\field\RevisionLinkRevert.
RevisionLinkRevertTest.php file core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php
RevisionLinkRevertTest::setUp function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php
RevisionLinkRevertTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkRevertTest.php Test the render method when getEntity returns NULL.

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