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
LinkCollection::__construct function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php LinkCollection constructor.
LinkCollectionNormalizer class core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php Normalizes a LinkCollection object.
LinkCollectionNormalizer.php file core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
LinkCollectionNormalizer::$hashSalt property core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php A random string to use when hashing links.
LinkCollectionNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The interface or class that this Normalizer supports.
LinkCollectionNormalizer::hashByHref function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php Hashes a link by its href.
LinkCollectionNormalizer::LINK_CONTEXT constant core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The normalizer $context key name for the context object of the link.
LinkCollectionNormalizer::LINK_KEY constant core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The normalizer $context key name for the key of an individual link.
LinkCollectionNormalizer::normalize function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
LinkExternalProtocolsConstraint class core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php Defines a protocol validation constraint for links to external URLs.
LinkExternalProtocolsConstraint.php file core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php
LinkExternalProtocolsConstraint::$message property core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php
LinkExternalProtocolsConstraintValidator class core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php Validates the LinkExternalProtocols constraint.
LinkExternalProtocolsConstraintValidator.php file core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php
LinkExternalProtocolsConstraintValidator::validate function core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php
LinkExternalProtocolsConstraintValidatorTest class core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @coversDefaultClass \Drupal\link\Plugin\Validation\Constraint\LinkExternalProtocolsConstraintValidator
@group Link
LinkExternalProtocolsConstraintValidatorTest.php file core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php
LinkExternalProtocolsConstraintValidatorTest::providerValidate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php Data provider for ::testValidate
LinkExternalProtocolsConstraintValidatorTest::testValidate function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @covers ::validate
@dataProvider providerValidate
LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @covers ::validate
LinkExternalProtocolsConstraintValidatorTest::testValidateWithMalformedUri function core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php @covers ::validate
LinkField class core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Plugin annotation

@MigrateField(
id = "link",
core = {6},
type_map = {
"link" = "link",
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/field/d7/LinkField.php @MigrateField(
id = "link_field",
core = {7},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Plugin annotation

@MigrateCckField(
id = "link",
core = {6},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
LinkField class core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php @MigrateCckField(
id = "link_field",
core = {7},
type_map = {
"link_field" = "link"
},
source_module = "link",
destination_module = "link"
)
LinkField.php file core/modules/link/src/Plugin/migrate/field/d6/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/field/d7/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/cckfield/LinkField.php
LinkField.php file core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php
LinkField::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Apply any custom processing to the field instance migration.
LinkField::alterFieldInstanceMigration function core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php Apply any custom processing to the field instance migration.
LinkField::defineValueProcessPipeline function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Apply any custom processing to the field bundle migrations.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldWidgetMap function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 and D8 widgets for this field type.
LinkField::getFieldWidgetMap function core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php Get a map between D6 and D8 widgets for this field type.
LinkField::processCckFieldValues function core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Apply any custom processing to the field bundle migrations.
LinkFieldLegacyTest class core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php @group legacy
@group link
LinkFieldLegacyTest class core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php @group legacy
@group link
LinkFieldLegacyTest.php file core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php
LinkFieldLegacyTest.php file core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php
LinkFieldLegacyTest::testAlterFieldInstanceMigration function core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use alterFieldInstanceMigration() instead. See https://www.drupal.org/node/2944598.
LinkFieldLegacyTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
LinkFieldRdfaTest class core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Tests the placement of RDFa in link field formatters.
LinkFieldRdfaTest.php file core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php
LinkFieldRdfaTest::$fieldType property core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php The machine name of the field type to test.
LinkFieldRdfaTest::$modules property core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Modules to enable.
LinkFieldRdfaTest::runTestAllFormatters function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Helper function to test all link formatters.
LinkFieldRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Set the default field storage backend for fields created during tests.

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