| LinkCollection::merge |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Merges two LinkCollections. |
| LinkCollection::validKey |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Ensures that a link key is valid. |
| LinkCollection::withContext |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Establishes a new context for a LinkCollection. |
| LinkCollection::withLink |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Gets a new LinkCollection with the given link inserted. |
| 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::$currentUser |
property |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
The current user making the request. |
| LinkCollectionNormalizer::$hashSalt |
property |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
A random string to use when hashing links. |
| LinkCollectionNormalizer::getSupportedTypes |
function |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
|
| LinkCollectionNormalizer::hashByHref |
function |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
Hashes a link using its href and its target attributes, if any. |
| 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 |
|
| LinkCollectionNormalizer::__construct |
function |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
LinkCollectionNormalizer constructor. |
| LinkCollectionNormalizerTest |
class |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Tests Drupal\jsonapi\Normalizer\LinkCollectionNormalizer. |
| LinkCollectionNormalizerTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
|
| LinkCollectionNormalizerTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Modules to install. |
| LinkCollectionNormalizerTest::$normalizer |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
The subject under test. |
| LinkCollectionNormalizerTest::$serializer |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
The serializer. |
| LinkCollectionNormalizerTest::$testUsers |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Test users. |
| LinkCollectionNormalizerTest::getNormalizer |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Get an instance of the normalizer to test. |
| LinkCollectionNormalizerTest::linkAccessTestData |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Provides test cases for testing link access checking. |
| LinkCollectionNormalizerTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
|
| LinkCollectionNormalizerTest::testLinkAccess |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Tests the link collection normalizer. |
| LinkCollectionNormalizerTest::testNormalize |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/LinkCollectionNormalizerTest.php |
Tests the link collection normalizer. |
| 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 |
The error message. |
| 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 |
Tests Drupal\link\Plugin\Validation\Constraint\LinkExternalProtocolsConstraintValidator. |
| 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 |
Tests validate. |
| LinkExternalProtocolsConstraintValidatorTest::testValidateIgnoresInternalUrls |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Tests validate ignores internal urls. |
| LinkExternalProtocolsConstraintValidatorTest::testValidateWithMalformedUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php |
Tests validate with malformed uri. |
| LinkField |
class |
core/modules/link/src/Plugin/migrate/field/d6/LinkField.php |
Migrate field plugin for Drupal 6 link fields. |
| LinkField |
class |
core/modules/link/src/Plugin/migrate/field/d7/LinkField.php |
MigrateField Plugin for Drupal 7 link fields. |
| 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::alterFieldInstanceMigration |
function |
core/modules/link/src/Plugin/migrate/field/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::getFieldWidgetMap |
function |
core/modules/link/src/Plugin/migrate/field/d7/LinkField.php |
Get a map between D6 and D8 widgets for this field type. |
| LinkFieldFormStatesTest |
class |
core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php |
Tests link field form states functionality. |
| LinkFieldFormStatesTest.php |
file |
core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php |
|
| LinkFieldFormStatesTest::$defaultTheme |
property |
core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php |
The theme to install as the default for testing. |