| FieldLayoutTest |
class |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests using field layout for entity displays. |
| FieldLayoutTest.php |
file |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
|
| FieldLayoutTest.php |
file |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
|
| FieldLayoutTest::$defaultTheme |
property |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
The theme to install as the default for testing. |
| FieldLayoutTest::$defaultTheme |
property |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
The theme to install as the default for testing. |
| FieldLayoutTest::$modules |
property |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Modules to install. |
| FieldLayoutTest::$modules |
property |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Modules to install. |
| FieldLayoutTest::assertFieldInRegion |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Asserts that a field exists in a given region. |
| FieldLayoutTest::getRegionTitles |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Gets the region titles on the page. |
| FieldLayoutTest::getRegionTitles |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Gets the region titles on the page. |
| FieldLayoutTest::setUp |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
|
| FieldLayoutTest::setUp |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
|
| FieldLayoutTest::testChangingFormatterAndRegion |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests changing the formatter and region at the same time. |
| FieldLayoutTest::testEntityForm |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity form displays. |
| FieldLayoutTest::testEntityView |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity view displays. |
| FieldLayoutTest::testEntityViewModes |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests that layouts are unique per view mode. |
| FieldLayoutTest::testLayoutForms |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests layout plugins with forms. |
| FieldLayoutTest::testNodeView |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests an entity type that has fields shown by default. |
| FieldLayoutTest::testRegionChanges |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests that changes to the regions still leave the fields visible. |
| FieldLayoutTestHooks |
class |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
Hook implementations for field_layout_test. |
| FieldLayoutTestHooks.php |
file |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
|
| FieldLayoutTestHooks::layoutAlter |
function |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
Implements hook_layout_alter(). |
| FieldLayoutUninstallTest |
class |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
Tests Field Layout Uninstall. |
| FieldLayoutUninstallTest.php |
file |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
|
| FieldLayoutUninstallTest::testFieldLayoutUninstall |
function |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
Ensures field layout can be uninstalled with layout builder enabled. |
| FieldLinkTest |
class |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the link field migrate process plugin. |
| FieldLinkTest.php |
file |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
|
| FieldLinkTest::canonicalizeUriDataProvider |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Data provider for testCanonicalizeUri. |
| FieldLinkTest::testCanonicalizeUri |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the URL transformations in the FieldLink process plugin. |
| FieldLinkTest::testCanonicalizeUriSerialized |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the attributes that are deeply serialized are discarded. |
| FieldMissingTypeTest |
class |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception when missing a field type. |
| FieldMissingTypeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
The field name. |
| FieldMissingTypeTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Set to FALSE because we are hacking a field storage to use a fake type. |
| FieldMissingTypeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::testFieldMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in fields. |
| FieldMissingTypeTest::testFieldStorageMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in field storages. |
| FieldNumericTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the core Drupal\views\Plugin\views\field\Numeric handler. |
| FieldNumericTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
|
| FieldNumericTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Views used by this test. |
| FieldNumericTest::providerTestFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Data provider for testFieldNumeric. |
| FieldNumericTest::testFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the Numeric handler with different settings. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |