| LinkFormatterDisplayTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
Modules to install. |
| LinkFormatterDisplayTest::getTestCases |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
|
| LinkFormatterDisplayTest::setUp |
function |
core/modules/link/tests/src/Kernel/LinkFormatterDisplayTest.php |
Set the default field storage backend for fields created during tests. |
| 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 |
Modules to enable. |
| 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 |
Returns a form for the field-level settings. |
| 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 |
Performs the associated process. |
| Links::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Links.php |
Default option form that provides label widget that all fields should have. |
| 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 |
Defines the default settings for this plugin. |
| LinkSeparateFormatter::viewElements |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php |
Builds a renderable array for a field value. |
| 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. |
| LinkThemeHooks::preprocessLinkFormatterLinkSeparate |
function |
core/modules/link/src/Hook/LinkThemeHooks.php |
Prepares variables for separated link field templates. |
| LinkUri::transform |
function |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
Performs the associated process. |
| 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. |
| LinkWidget::formElement |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Returns the form for a single field widget. |
| LinkWidget::massageFormValues |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Massages the form values into the format expected for field values. |
| LinkWidget::settingsForm |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Returns a form to configure settings for the widget. |
| ListFloatItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php |
Returns a form for the storage-level settings. |
| ListIntegerItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php |
Returns a form for the storage-level settings. |
| ListItemBase::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Returns a form for the storage-level settings. |
| ListPlugin::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form constructor. |
| ListPlugin::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form submission handler. |
| ListPlugin::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php |
Form validation handler. |
| ListStringItem::storageSettingsForm |
function |
core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php |
Returns a form for the storage-level settings. |
| 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 |
|