| LinkFieldFormStatesTest::testLinkFieldFormStates |
function |
core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php |
Tests link field form states. |
| LinkFormatter |
class |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Plugin implementation of the 'link' formatter. |
| LinkFormatter.php |
file |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
|
| LinkFormatter::$pathValidator |
property |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
The path validator service. |
| LinkFormatter::buildUrl |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Builds the \Drupal\Core\Url object for a link field item. |
| LinkFormatter::defaultSettings |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
|
| LinkFormatter::settingsForm |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
|
| LinkFormatter::settingsSummary |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
|
| LinkFormatter::viewElements |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
@phpstan-param \Drupal\Core\Field\FieldItemListInterface<\Drupal\link\LinkItemInterface> $items |
| LinkFormatter::__construct |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Constructs a new LinkFormatter. |
| LinkFormatterDisplayTest |
class |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
Tests the default 'link' field formatter. |
| LinkFormatterDisplayTest.php |
file |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
|
| LinkFormatterDisplayTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
|
| LinkFormatterDisplayTest::getTestCases |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
|
| LinkFormatterDisplayTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
|
| LinkFormatterDisplayTest::testLinkFormatter |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
Tests that links are rendered correctly. |
| LinkFormatterDisplayTest::testNullLinkOptions |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
Tests that links with NULL options are rendered correctly. |
| LinkFormatterTest |
class |
core/modules/link/tests/src/Unit/LinkFormatterTest.php |
Tests the Field Formatter for the link field type. |
| LinkFormatterTest |
class |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
Tests the Field Formatter for the link field type. |
| LinkFormatterTest.php |
file |
core/modules/link/tests/src/Unit/LinkFormatterTest.php |
|
| LinkFormatterTest.php |
file |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
|
| LinkFormatterTest::$bundle |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The bundle used in this test. |
| LinkFormatterTest::$entity |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The entity to be tested. |
| LinkFormatterTest::$entityType |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The entity type used in this test. |
| LinkFormatterTest::$fieldName |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The name of the field used in this test. |
| LinkFormatterTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
|
| LinkFormatterTest::providerLinkFormatter |
function |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
Data provider for ::testLinkFormatter. |
| LinkFormatterTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
|
| LinkFormatterTest::testFormatterLinkItem |
function |
core/modules/link/tests/src/Unit/LinkFormatterTest.php |
Tests when LinkItem::getUrl returns a functional URL. |
| LinkFormatterTest::testFormatterLinkItemUrlMalformed |
function |
core/modules/link/tests/src/Unit/LinkFormatterTest.php |
Tests when LinkItem::getUrl with malformed URL renders empty link. |
| LinkFormatterTest::testFormatterLinkItemUrlUnexpectedException |
function |
core/modules/link/tests/src/Unit/LinkFormatterTest.php |
Tests when LinkItem::getUrl throws an unexpected exception. |
| LinkFormatterTest::testLinkFormatter |
function |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
Tests the link formatters. |
| LinkItem::fieldSettingsForm |
function |
core/modules/link/src/Plugin/Field/FieldType/LinkItem.php |
|
| LinkNotExistingInternalConstraintValidatorTest::testValidateWithMalformedUri |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate with malformed uri. |
| LinkOptions::transform |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkOptions.php |
|
| LinkOptions::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/LinkOptions.php |
|
| Links::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Links.php |
|
| LinkSeparateFormatter |
class |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
Plugin implementation of the 'link_separate' formatter. |
| LinkSeparateFormatter.php |
file |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
|
| LinkSeparateFormatter::defaultSettings |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
|
| LinkSeparateFormatter::viewElements |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
@phpstan-param \Drupal\Core\Field\FieldItemListInterface<\Drupal\link\LinkItemInterface> $items |
| 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 |
|
| LinkSeparateFormatterDisplayTest::getTestCases |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
|
| LinkSeparateFormatterDisplayTest::testLinkSeparateFormatter |
function |
core/modules/link/tests/src/Kernel/LinkSeparateFormatterDisplayTest.php |
Tests that links are rendered correctly. |
| LinkThemeHooks::preprocessLinkFormatterLinkSeparate |
function |
core/modules/link/src/Hook/LinkThemeHooks.php |
Prepares variables for separated link field templates. |
| LinkUri::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/LinkUri.php |
|
| LinkUri::transform |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
|