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 |
@covers ::alterFieldInstanceMigration[[api-linebreak]] |
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. |
LinkFormatterTest::$fieldName |
property |
core/modules/link/tests/src/Kernel/LinkFormatterTest.php |
The name of the field used in this test. |
LinkHooks::fieldTypeCategoryInfoAlter |
function |
core/modules/link/src/Hook/LinkHooks.php |
Implements hook_field_type_category_info_alter(). |
LinkItem::defaultFieldSettings |
function |
core/modules/link/src/Plugin/Field/FieldType/LinkItem.php |
Defines the field-level settings for this plugin. |
LinkItem::fieldSettingsForm |
function |
core/modules/link/src/Plugin/Field/FieldType/LinkItem.php |
Returns a form for the field-level settings. |
LinkTestBaseFieldHooks |
class |
core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php |
Hook implementations for link_test_base_field. |
LinkTestBaseFieldHooks.php |
file |
core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php |
|
LinkTestBaseFieldHooks::entityBaseFieldInfo |
function |
core/modules/link/tests/modules/link_test_base_field/src/Hook/LinkTestBaseFieldHooks.php |
Implements hook_entity_base_field_info(). |
LinkViewsTokensTest::$fieldName |
property |
core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php |
The field name used for the link field. |
link_test_base_field.info.yml |
file |
core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml |
core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml |
ListField |
class |
core/modules/options/src/Plugin/views/filter/ListField.php |
Filter handler which uses list-fields as options. |
ListField |
class |
core/modules/options/src/Plugin/migrate/field/d7/ListField.php |
Migrate field plugin for Drupal 7 list fields. |
ListField.php |
file |
core/modules/options/src/Plugin/views/filter/ListField.php |
|
ListField.php |
file |
core/modules/options/src/Plugin/migrate/field/d7/ListField.php |
|
ListField::init |
function |
core/modules/options/src/Plugin/views/filter/ListField.php |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
ListItemBase::submitFieldStorageUpdate |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Resets the static variable on field storage update. |
MakeUniqueEntityField |
class |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Ensures the source value is made unique against an entity field. |
MakeUniqueEntityField.php |
file |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
|
MakeUniqueEntityField::$entityTypeManager |
property |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
The entity type manager. |
MakeUniqueEntityField::$migration |
property |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
The current migration. |
MakeUniqueEntityField::create |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Creates an instance of the plugin. |
MakeUniqueEntityField::exists |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
This is a query checking the existence of some value. |
MakeUniqueEntityField::__construct |
function |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
MakeUniqueEntityFieldTest |
class |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Tests Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField. |
MakeUniqueEntityFieldTest.php |
file |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
|
MakeUniqueEntityFieldTest::$entityQuery |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mock entity query. |
MakeUniqueEntityFieldTest::$entityTypeManager |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mocked entity type manager. |