EntitySchemaTest::testEntitySchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that entity schema responds to changes in the entity type definition. |
EntitySchemaTest::testIdentifierSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests the installed storage schema for identifier fields. |
EntitySchemaTest::testModifyingTranslatableColumnSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that modifying the UUID field for a translatable entity works. |
EntitySchemaTest::testPrimaryKeyUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests deleting and creating a field that is part of a primary key. |
EntitySchemaTest::updateEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Updates the entity type definition. |
EntityStorageSchemaInterface |
interface |
core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php |
Defines the interface for entity storage schema handler classes. |
EntityStorageSchemaInterface.php |
file |
core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php |
|
EntityStorageSchemaInterface::requiresEntityDataMigration |
function |
core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php |
Checks if existing data would be lost if the schema changes were applied. |
EntityStorageSchemaInterface::requiresEntityStorageSchemaChanges |
function |
core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php |
Checks if the changes to the entity type requires storage schema changes. |
EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository |
property |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
The last installed schema repository. |
EntityTestUpdateStorageSchema |
class |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Defines the entity_test_update storage_schema handler. |
EntityTestUpdateStorageSchema.php |
file |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
|
EntityTestUpdateStorageSchema::getEntitySchema |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Gets the entity schema for the specified entity type. |
EntityTestUpdateStorageSchema::getSharedTableFieldSchema |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Gets the schema for a single field definition. |
EntityTypeListener::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityTypeListener.php |
The entity last installed schema repository. |
EntityTypeManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityTypeManager.php |
The entity last installed schema repository. |
EntityTypeManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
The entity last installed schema repository. |
EntityUpdateToPublishableTest::$installedStorageSchema |
property |
core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php |
The key-value collection for tracking installed storage schema. |
EntityUpdateToPublishableTest::$lastInstalledSchemaRepository |
property |
core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php |
The last installed schema repository service. |
entity_schema_test.info.yml |
file |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml |
entity_schema_test.module |
file |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Test module for the entity API providing a bundle field. |
entity_schema_test_entity_base_field_info |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_base_field_info(). |
entity_schema_test_entity_bundle_create |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_bundle_create(). |
entity_schema_test_entity_bundle_delete |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_bundle_delete(). |
entity_schema_test_entity_bundle_field_info |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_bundle_field_info(). |
entity_schema_test_entity_field_storage_info |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_field_storage_info(). |
entity_schema_test_entity_type_alter |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_type_alter(). |
entity_test.data_types.schema.yml |
file |
core/modules/system/tests/modules/entity_test/config/schema/entity_test.data_types.schema.yml |
core/modules/system/tests/modules/entity_test/config/schema/entity_test.data_types.schema.yml |
entity_test.schema.yml |
file |
core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml |
core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml |
entity_test_schema |
function |
core/modules/system/tests/modules/entity_test/entity_test.install |
Implements hook_schema(). |
entity_test_schema_converter.info.yml |
file |
core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml |
core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.info.yml |
entity_test_schema_converter.post_update.php |
file |
core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.post_update.php |
Post update functions for entity_test_schema_converter. |
entity_test_schema_converter_post_update_make_revisionable |
function |
core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.post_update.php |
Update entity_test_update to be revisionable. |
entity_test_third_party.schema.yml |
file |
core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml |
core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml |
entity_test_update.entity_schema_listener |
service |
core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml |
Drupal\entity_test_update\EventSubscriber\EntitySchemaSubscriber |
entity_test_update.schema.yml |
file |
core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml |
core/modules/system/tests/modules/entity_test_update/config/schema/entity_test_update.schema.yml |
FeedStorageSchema |
class |
core/modules/aggregator/src/FeedStorageSchema.php |
Defines the feed schema handler. |
FeedStorageSchema.php |
file |
core/modules/aggregator/src/FeedStorageSchema.php |
|
FeedStorageSchema::getSharedTableFieldSchema |
function |
core/modules/aggregator/src/FeedStorageSchema.php |
Gets the schema for a single field definition. |
field.schema.yml |
file |
core/modules/field/config/schema/field.schema.yml |
core/modules/field/config/schema/field.schema.yml |
field.views.schema.yml |
file |
core/modules/field/config/schema/field.views.schema.yml |
core/modules/field/config/schema/field.views.schema.yml |
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::assertBundleFieldSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that the bundle field schema is correct. |
FieldableEntityDefinitionUpdateTest::assertEntityTypeSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts revisionable and/or translatable characteristics of an entity type. |
FieldDateTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Returns the schema definition. |
FieldItemInterface::schema |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Returns the schema for the field. |
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. |
FieldSchemaDataUninstallUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
Tests the upgrade path after fixing field schema data uninstallation. |
FieldSchemaDataUninstallUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php |
|