Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 10.3.x for schema
  4. Search 11.x for schema
  5. Other projects
Title Object type File name Summary
block.block.missing_schema.yml file core/modules/block/tests/fixtures/update/block.block.missing_schema.yml core/modules/block/tests/fixtures/update/block.block.missing_schema.yml
BlockConditionMissingSchemaUpdateTest class core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Tests the upgrade path for block with conditions missing context.
BlockConditionMissingSchemaUpdateTest.php file core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php
BlockConditionMissingSchemaUpdateTest::$modules property core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Modules to enable after the database is loaded.
BlockConditionMissingSchemaUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Set database dump files to be used.
BlockConditionMissingSchemaUpdateTest::testUpdateHookN function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Tests that block context mapping is updated properly.
ConfigSchemaChecker class core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php Listens to the config save event and validates schema.
ConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
ContentTranslationUpdatesManager::$entityLastInstalledSchemaRepository property core/modules/content_translation/src/ContentTranslationUpdatesManager.php The installed entity definition repository.
DatabaseLegacyTest::testSchemaFieldDefaultChange function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests Schema::fieldSetDefault and Schema::fieldSetNoDefault.
drupal-8.block-test-enabled-missing-schema.php file core/modules/block/tests/fixtures/update/drupal-8.block-test-enabled-missing-schema.php Partial database to mimic the installation of the block_test module.
drupal-8.entity-test-schema-converter-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.entity-test-schema-converter-enabled.php
drupal-8.field-schema-data-uninstall-2573667.php file core/modules/system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2573667.
editor_test.schema.yml file core/modules/editor/tests/modules/config/schema/editor_test.schema.yml core/modules/editor/tests/modules/config/schema/editor_test.schema.yml
EntityManagerTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.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_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.
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
FieldSchemaDataUninstallUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php The theme to install as the default for testing.
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Asserts that field schema data to be purged is found.
FieldSchemaDataUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Set database dump files to be used.
FieldSchemaDataUninstallUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldUpdateTest::$installedStorageSchema property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The key-value collection for tracking installed storage schema.
KernelTestBase::installEntitySchema function core/modules/simpletest/src/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installSchema function core/modules/simpletest/src/KernelTestBase.php Installs a specific table from a module schema definition.
KernelTestBaseTest::testInstallEntitySchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installEntitySchema().
KernelTestBaseTest::testInstallSchema function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Tests expected behavior of installSchema().
layout-builder-field-schema.php file core/modules/layout_builder/tests/fixtures/update/layout-builder-field-schema.php Test fixture.
PostgresqlSchemaTest class core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php @coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Schema[[api-linebreak]]
@group Database
PostgresqlSchemaTest.php file core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php
PostgresqlSchemaTest::$connection property core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php The PostgreSql DB connection.
PostgresqlSchemaTest::providerComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Data provider for ::testComputedConstraintName().
PostgresqlSchemaTest::setUp function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php
PostgresqlSchemaTest::testComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Tests whether the actual constraint name is correctly computed.
SchemaCheckTestTrait trait core/modules/config/src/Tests/SchemaCheckTestTrait.php Provides a class for checking configuration schema.
SchemaCheckTestTrait.php file core/modules/config/src/Tests/SchemaCheckTestTrait.php
SchemaLegacyTest class core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php Deprecation tests cases for the schema API.
SchemaLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php
SchemaLegacyTest::testSchemaGetFieldValue function core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php Tests deprecation of the drupal_schema_get_field_value() function.
serialization.schema.yml file core/modules/serialization/config/schema/serialization.schema.yml core/modules/serialization/config/schema/serialization.schema.yml
simpletest.schema.yml file core/modules/simpletest/config/schema/simpletest.schema.yml core/modules/simpletest/config/schema/simpletest.schema.yml
SqlContentEntityStorageSchemaConverter class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php Defines a schema converter for entity types with existing data.
SqlContentEntityStorageSchemaConverter.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
SqlContentEntityStorageSchemaConverter::$entityDefinitionUpdateManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity definition update manager service.
SqlContentEntityStorageSchemaConverter::$entityTypeId property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type ID this schema converter is responsible for.
SqlContentEntityStorageSchemaConverter::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type manager.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.