| LinkItemSerializationTest |
class |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
Tests link field serialization. |
| LinkItemSerializationTest.php |
file |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
|
| LinkItemSerializationTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
Modules to install. |
| LinkItemSerializationTest::$serializer |
property |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
The serializer service. |
| LinkItemSerializationTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
Set the default field storage backend for fields created during tests. |
| LinkItemSerializationTest::testLinkDeserialization |
function |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
Tests the deserialization. |
| LinkItemSerializationTest::testLinkSerialization |
function |
core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php |
Tests the serialization. |
| LinkItemTest |
class |
core/modules/link/tests/src/Kernel/LinkItemTest.php |
Tests the new entity API for the link field type. |
| LinkItemTest.php |
file |
core/modules/link/tests/src/Kernel/LinkItemTest.php |
|
| LinkItemTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkItemTest.php |
Modules to install. |
| LinkItemTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkItemTest.php |
Set the default field storage backend for fields created during tests. |
| LinkItemTest::testLinkItem |
function |
core/modules/link/tests/src/Kernel/LinkItemTest.php |
Tests using entity fields of the link field type. |
| LinkItemUrlValidationTest |
class |
core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php |
Tests link field validation. |
| LinkItemUrlValidationTest.php |
file |
core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php |
|
| LinkItemUrlValidationTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php |
Modules to install. |
| LinkItemUrlValidationTest::getTestLinks |
function |
core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php |
Builds an array of links to test. |
| LinkItemUrlValidationTest::testExternalLinkValidation |
function |
core/modules/link/tests/src/Kernel/LinkItemUrlValidationTest.php |
Tests link validation. |
| LinkNotExistingInternalConstraintValidatorTest |
class |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests Drupal\link\Plugin\Validation\Constraint\LinkNotExistingInternalConstraintValidator. |
| LinkNotExistingInternalConstraintValidatorTest.php |
file |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
|
| LinkNotExistingInternalConstraintValidatorTest::testEmptyField |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validating an empty Link field. |
| LinkNotExistingInternalConstraintValidatorTest::testUnexpectedValue |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validating a value that isn't a LinkItemInterface. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromNonExistingRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from non existing route. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from route. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from uri. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateWithMalformedUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate with malformed uri. |
| LinkNotExistingInternalConstraintValidatorTest::validate |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Validate the link. |
| 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 the Link Relations returned from the Link Relation Type Manager. |
| LinkReplyTest |
class |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
Tests Drupal\comment\Plugin\views\field\LinkReply. |
| 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 |
|
| LinkReplyTest::testRenderNullEntity |
function |
core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php |
Test the render method when getEntity returns NULL. |
| LinkSeparateFormatterDisplayTest |
class |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Tests the 'link_separate' field formatter. |
| LinkSeparateFormatterDisplayTest.php |
file |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Modules to install. |
| LinkSeparateFormatterDisplayTest::getTestCases |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Set the default field storage backend for fields created during tests. |
| LinkSeparateFormatterDisplayTest::testLinkSeparateFormatter |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Tests that links are rendered correctly. |
| LinksetControllerMultiLingualTest |
class |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
Tests the behavior of the linkset controller in multilingual setup. |
| LinksetControllerMultiLingualTest.php |
file |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
|
| LinksetControllerMultiLingualTest::$authorAccount |
property |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
A user account to author test content. |
| LinksetControllerMultiLingualTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
The theme to install as the default for testing. |
| LinksetControllerMultiLingualTest::$httpKernel |
property |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
An HTTP kernel. |
| LinksetControllerMultiLingualTest::$modules |
property |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
Modules to install. |
| LinksetControllerMultiLingualTest::$profile |
property |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
The profile to install as a basis for testing. |
| LinksetControllerMultiLingualTest::setUp |
function |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
Test set up. |
| LinksetControllerMultiLingualTest::testBasicMultilingualFunctions |
function |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
Test core functions of the linkset for multilingual behavior. |
| LinksetControllerMultiLingualTest::testDefaultMultilingualFunctions |
function |
core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php |
Test core functions of the linkset for multilingual behavior. |
| LinksetControllerTest |
class |
core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php |
Tests the behavior of the linkset controller. |