| FieldableEntityDefinitionUpdateTest::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The database connection. |
| FieldableEntityDefinitionUpdateTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The entity definition update manager. |
| FieldableEntityDefinitionUpdateTest::$entityFieldManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The entity field manager. |
| FieldableEntityDefinitionUpdateTest::$entityTypeId |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The ID of the entity type used in this test. |
| FieldableEntityDefinitionUpdateTest::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The entity type manager. |
| FieldableEntityDefinitionUpdateTest::$installedStorageSchema |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The key-value collection for tracking installed storage schema. |
| FieldableEntityDefinitionUpdateTest::$lastInstalledSchemaRepository |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
The last installed schema repository service. |
| FieldableEntityDefinitionUpdateTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Modules to install. |
| FieldableEntityDefinitionUpdateTest::$testEntities |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
An array of entities are created during the test. |
| FieldableEntityDefinitionUpdateTest::assertBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that the backup tables have been kept after a successful update. |
| FieldableEntityDefinitionUpdateTest::assertBundleFieldSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that the bundle field schema is correct. |
| FieldableEntityDefinitionUpdateTest::assertEntityData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts test entity data after a fieldable entity type update. |
| FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts revisionable and/or translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that an entity type is neither revisionable nor translatable. |
| FieldableEntityDefinitionUpdateTest::assertRevisionable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts the revisionable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts the revisionable / translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::assertTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts the translatable characteristics of an entity type. |
| FieldableEntityDefinitionUpdateTest::insertData |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Generates test entities for the 'entity_test_update' entity type. |
| FieldableEntityDefinitionUpdateTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
|
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests that a failed entity schema update preserves the existing data. |
| FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests the removal of the backup tables after a successful update. |
| FieldAccessTest |
class |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
Tests Field access. |
| FieldAccessTest |
class |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
Tests Field level access hooks. |
| FieldAccessTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
|
| FieldAccessTest.php |
file |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
|
| FieldAccessTest::$activeUid |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
Holds the currently active global user ID that initiated the test run. |
| FieldAccessTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
The theme to install as the default for testing. |
| FieldAccessTest::$modules |
property |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
Modules to install. |
| FieldAccessTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
Modules to load code from. |
| FieldAccessTest::$node |
property |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
Node entity to use in this test. |
| FieldAccessTest::$testViewFieldValue |
property |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
Field value to test display on nodes. |
| FieldAccessTest::setUp |
function |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
|
| FieldAccessTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
|
| FieldAccessTest::testFieldAccess |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php |
Tests hook_entity_field_access() and hook_entity_field_access_alter(). |
| FieldAccessTest::testFieldAccess |
function |
core/modules/field/tests/src/Functional/FieldAccessTest.php |
Tests that hook_entity_field_access() is called. |
| FieldApiDataTest |
class |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Tests the Field Views data. |
| FieldApiDataTest.php |
file |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
|
| FieldApiDataTest::$modules |
property |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Modules to install. |
| FieldApiDataTest::$testViews |
property |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Views to be enabled. |
| FieldApiDataTest::getViewsData |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Gets the views data for the field created in setUp(). |
| FieldApiDataTest::setUp |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
|
| FieldApiDataTest::testEntityFieldFilter |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Tests filtering entries with different translatability. |
| FieldApiDataTest::testViewsData |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Unit testing the views data structure. |
| FieldAttachOtherTest |
class |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests other Field API functions. |
| FieldAttachOtherTest.php |
file |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
|
| FieldAttachOtherTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Set the default field storage backend for fields created during tests. |
| FieldAttachOtherTest::testEntityCache |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests entity cache. |
| FieldAttachOtherTest::testEntityDisplayBuild |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay build(). |
| FieldAttachOtherTest::testEntityDisplayViewMultiple |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay::buildMultiple(). |
| FieldAttachOtherTest::testEntityFormDisplayBuildForm |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm(). |