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 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
LinkNotExistingInternalConstraint class core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php Defines a protocol validation constraint for links to broken internal URLs.
LinkNotExistingInternalConstraint.php file core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php
LinkNotExistingInternalConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php
LinkNotExistingInternalConstraintValidator class core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php Validates the LinkNotExistingInternal constraint.
LinkNotExistingInternalConstraintValidator.php file core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php
LinkNotExistingInternalConstraintValidator::validate function core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
LinkNotExistingInternalConstraintValidatorTest class core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php @coversDefaultClass \Drupal\link\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidator[[api-linebreak]]
@group Link
LinkNotExistingInternalConstraintValidatorTest.php file core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php
LinkNotExistingInternalConstraintValidatorTest::testValidateFromNonExistingRoute function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
LinkNotExistingInternalConstraintValidatorTest::testValidateFromRoute function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
LinkNotExistingInternalConstraintValidatorTest::testValidateFromUri function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
LinkNotExistingInternalConstraintValidatorTest::testValidateWithMalformedUri function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
LinkNotExistingInternalConstraintValidatorTest::validate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php Validate the link.
LinkOptions class core/modules/menu_link_content/src/Plugin/migrate/process/LinkOptions.php Converts links options.
LinkOptions.php file core/modules/menu_link_content/src/Plugin/migrate/process/LinkOptions.php
LinkOptions::transform function core/modules/menu_link_content/src/Plugin/migrate/process/LinkOptions.php Performs the associated process.
LinkRelationsTest class core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php Tests link relationships in Drupal.
LinkRelationsTest.php file core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php
LinkRelationsTest::testAvailableLinkRelationships function core/tests/Drupal/KernelTests/Core/Http/LinkRelationsTest.php Tests correct Link Relations are returned from the Link Relation Type Manager.
LinkRelationType class core/lib/Drupal/Core/Http/LinkRelationType.php Defines a single link relationship type.
LinkRelationType.php file core/lib/Drupal/Core/Http/LinkRelationType.php
LinkRelationType::getDescription function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the link relation type description.
LinkRelationType::getExtensionUri function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the extension link relation type URI.
LinkRelationType::getNotes function core/lib/Drupal/Core/Http/LinkRelationType.php Returns some extra notes/comments about this link relation type.
LinkRelationType::getReference function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the URL pointing to the reference of the link relation type.
LinkRelationType::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationType.php Returns the registered link relation type name.
LinkRelationType::isExtension function core/lib/Drupal/Core/Http/LinkRelationType.php Indicates whether this link relation type is of the 'extension' kind.
LinkRelationType::isRegistered function core/lib/Drupal/Core/Http/LinkRelationType.php Indicates whether this link relation type is of the 'registered' kind.
LinkRelationTypeInterface interface core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Defines a single link relation type.
LinkRelationTypeInterface.php file core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php
LinkRelationTypeInterface::getDescription function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the link relation type description.
LinkRelationTypeInterface::getExtensionUri function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the extension link relation type URI.
LinkRelationTypeInterface::getNotes function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns some extra notes/comments about this link relation type.
LinkRelationTypeInterface::getReference function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the URL pointing to the reference of the link relation type.
LinkRelationTypeInterface::getRegisteredName function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Returns the registered link relation type name.
LinkRelationTypeInterface::isExtension function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Indicates whether this link relation type is of the 'extension' kind.
LinkRelationTypeInterface::isRegistered function core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php Indicates whether this link relation type is of the 'registered' kind.
LinkRelationTypeManager class core/lib/Drupal/Core/Http/LinkRelationTypeManager.php Provides a default plugin manager for link relation types.
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().
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.
LinkReplyTest class core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php @coversDefaultClass \Drupal\comment\Plugin\views\field\LinkReply[[api-linebreak]]
@group comment
LinkReplyTest.php file core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php
LinkReplyTest::setUp function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php

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