| LinkFieldTest.php |
file |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
|
| LinkFieldTest.php |
file |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
|
| LinkFieldTest::$defaultTheme |
property |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
The theme to install as the default for testing. |
| LinkFieldTest::$field |
property |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
The instance used in this test class. |
| LinkFieldTest::$fieldStorage |
property |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
A field to use in this test class. |
| LinkFieldTest::$migration |
property |
core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php |
The migration. |
| LinkFieldTest::$migration |
property |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
|
| LinkFieldTest::$modules |
property |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Modules to install. |
| LinkFieldTest::$plugin |
property |
core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php |
The migrate field plugin. |
| LinkFieldTest::$plugin |
property |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
|
| LinkFieldTest::assertInvalidEntries |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Asserts that invalid URLs cannot be submitted. |
| LinkFieldTest::assertValidEntries |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Asserts that valid URLs can be submitted. |
| LinkFieldTest::doTestEditNonNodeEntityLink |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Tests editing a link to a non-node entity. |
| LinkFieldTest::doTestLinkTitle |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Tests the link title settings of a link field. |
| LinkFieldTest::doTestURLValidation |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Tests link field URL validation. |
| LinkFieldTest::renderTestEntity |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Renders a test_entity and returns the output. |
| LinkFieldTest::setUp |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php |
|
| LinkFieldTest::setUp |
function |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
|
| LinkFieldTest::setUp |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
|
| LinkFieldTest::testAlterFieldInstanceMigration |
function |
core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php |
Tests alter field instance migration. |
| LinkFieldTest::testDefineValueProcessPipeline |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php |
Tests define value process pipeline. |
| LinkFieldTest::testLinkField |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Tests the functionality and rendering of the link field. |
| LinkFieldTest::testLinkWidgetCaughtExceptionEditingInvalidUrl |
function |
core/modules/link/tests/src/Functional/LinkFieldTest.php |
Test link widget exception handled if link uri value is invalid. |
| LinkFieldUITest |
class |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Tests link field UI functionality. |
| LinkFieldUITest.php |
file |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
|
| LinkFieldUITest::$adminUser |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
A user that can edit content types. |
| LinkFieldUITest::$contentType |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
The content type to add fields to. |
| LinkFieldUITest::$defaultTheme |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
The theme to install as the default for testing. |
| LinkFieldUITest::$helpTextUser |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
A user that should see the help texts. |
| LinkFieldUITest::$modules |
property |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Modules to install. |
| LinkFieldUITest::assertFieldContainsRawText |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Checks that given field contains the given raw text. |
| LinkFieldUITest::assertNoFieldContainsRawText |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Checks that given field does not contain the given raw text. |
| LinkFieldUITest::getFieldHtml |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Returns the raw HTML for the given field. |
| LinkFieldUITest::providerTestFieldUI |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Provides test data for ::testFieldUI(). |
| LinkFieldUITest::runFieldUIItem |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Tests one link field UI item. |
| LinkFieldUITest::setUp |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
|
| LinkFieldUITest::testFieldUI |
function |
core/modules/link/tests/src/Functional/LinkFieldUITest.php |
Tests the link field UI. |
| LinkFieldWidgetTest |
class |
core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php |
Tests link field widgets. |
| LinkFieldWidgetTest.php |
file |
core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php |
|
| LinkFieldWidgetTest::$modules |
property |
core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php |
Modules to install. |
| LinkFieldWidgetTest::testLinkTypeOnLinkWidget |
function |
core/modules/link/tests/src/Kernel/LinkFieldWidgetTest.php |
Tests '#link_type' property exists on 'link_default' widget. |
| 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::create |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Instantiates a new instance of the implementing class using autowiring. |
| LinkFormatter::defaultSettings |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Defines the default settings for this plugin. |
| LinkFormatter::settingsForm |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Returns a form to configure settings for the formatter. |
| LinkFormatter::settingsSummary |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Returns a short summary for the current formatter settings. |
| LinkFormatter::viewElements |
function |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Builds a renderable array for a field value. |