| field.storage.entity_test.field_test_import.yml |
file |
core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml |
core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml |
| field.storage.entity_test.field_test_import_2.yml |
file |
core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml |
core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml |
| field.storage.entity_test.field_test_import_sync.yml |
file |
core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml |
core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml |
| field.storage.entity_test.field_test_import_sync_2.yml |
file |
core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml |
core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml |
| field.storage.entity_test.timestamp.yml |
file |
core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml |
core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml |
| field.storage.entity_test_update.field_test_configurable_field.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
core/modules/system/tests/modules/entity_test_update/config/install/field.storage.entity_test_update.field_test_configurable_field.yml |
| FieldableEntity |
class |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Base class for D7 source plugins which need to collect field values. |
| FieldableEntity.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
|
| FieldableEntity::$fieldInfo |
property |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Cached field and field instance definitions. |
| FieldableEntity::getEntityTranslationSourceLanguage |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Gets an entity source language from the 'entity_translation' table. |
| FieldableEntity::getFields |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Returns all non-deleted field instances attached to a specific entity type. |
| FieldableEntity::getFieldValues |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Retrieves field values for a single field of a single entity. |
| FieldableEntity::isEntityTranslatable |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Checks if an entity type uses Entity Translation. |
| FieldableEntityDefinitionUpdateTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests EntityDefinitionUpdateManager's fieldable entity update functionality. |
| FieldableEntityDefinitionUpdateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
|
| 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. |
| FieldableEntityInterface |
interface |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Interface for entities having fields. |
| FieldableEntityInterface.php |
file |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
|
| FieldableEntityInterface::baseFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Provides base field definitions for an entity type. |
| FieldableEntityInterface::bundleFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Provides field definitions for a specific bundle. |
| FieldableEntityInterface::get |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets a field item list. |
| FieldableEntityInterface::getFieldDefinition |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets an array of field definitions of all contained fields. |
| FieldableEntityInterface::getFields |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets an array of all field item lists. |
| FieldableEntityInterface::getTranslatableFields |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets an array of field item lists for translatable fields. |
| FieldableEntityInterface::hasField |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Determines whether the entity has a field with the given name. |
| FieldableEntityInterface::isValidationRequired |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Checks whether entity validation is required before saving the entity. |
| FieldableEntityInterface::onChange |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Reacts to changes to a field. |
| FieldableEntityInterface::set |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Sets a field value. |
| FieldableEntityInterface::setValidationRequired |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Sets whether entity validation is required before saving the entity. |