| 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 |
|
| LinkUriTest::doTransform |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Transforms a link path into an 'internal:' or 'entity:' URI. |
| LinkUriTest::doTransform |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Transforms a link path into an 'internal:' or 'entity:' URI. |
| LinkWidget::formElement |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
|
| LinkWidget::massageFormValues |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
|
| LinkWidget::settingsForm |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
|
| ListFloatItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php |
|
| ListIntegerItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php |
|
| ListItemBase::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
|
| ListPlugin::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListPlugin::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
|
| ListStringItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php |
|
| locale.plural.formula |
service |
core/modules/locale/locale.services.yml |
Drupal\locale\PluralFormula |
| LocaleFileSystemFormTest |
class |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests the locale functionality in the altered file settings form. |
| LocaleFileSystemFormTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
|
| LocaleFileSystemFormTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
The theme to install as the default for testing. |
| LocaleFileSystemFormTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Modules to install. |
| LocaleFileSystemFormTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
|
| LocaleFileSystemFormTest::testFileConfigurationPage |
function |
core/modules/locale/tests/src/Functional/LocaleFileSystemFormTest.php |
Tests translation directory settings on the file settings form. |
| LocaleFormHooks |
class |
core/modules/locale/src/Hook/LocaleFormHooks.php |
Form hook implementations for locale. |
| LocaleFormHooks.php |
file |
core/modules/locale/src/Hook/LocaleFormHooks.php |
|