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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.

All search results

Title Object type File name Summary
datetime.views.schema.yml file core/modules/datetime/config/schema/datetime.views.schema.yml core/modules/datetime/config/schema/datetime.views.schema.yml
DateTimeItem::schema function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Returns the schema for the field.
DateTimeSchemaTest class core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php Tests the Drupal\datetime\Plugin\views schemas.
DateTimeSchemaTest.php file core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php
DateTimeSchemaTest::$testViews property core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php Views to be enabled.
DateTimeSchemaTest::testDateTimeSchema function core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php Test argument plugin schema.
datetime_range.schema.yml file core/modules/datetime_range/config/schema/datetime_range.schema.yml core/modules/datetime_range/config/schema/datetime_range.schema.yml
DbDumpCommand::getTableSchema function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a schema array for a given table.
DbDumpCommandTest::testSchemaOnly function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Test schema only option.
DbDumpTest::$originalTableSchemas property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table schemas.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Helper function to get a simplified schema for a given table.
dblog.schema.yml file core/modules/dblog/config/schema/dblog.schema.yml core/modules/dblog/config/schema/dblog.schema.yml
dblog.views.schema.yml file core/modules/dblog/config/schema/dblog.views.schema.yml core/modules/dblog/config/schema/dblog.views.schema.yml
dblog_schema function core/modules/dblog/dblog.install Implements hook_schema().
DecimalItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns the schema for the field.
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.
drupal-8.update-test-schema-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php Partial database to mimic the installation of the update_test_schema module.
Drupal6SqlBaseTest::testGetModuleSchemaVersion function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getModuleSchemaVersion().
Drupal::CORE_MINIMUM_SCHEMA_VERSION constant core/lib/Drupal.php Core minimum schema version.
DrupalSqlBase::getModuleSchemaVersion function core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php Retrieves a module schema_version from the source Drupal database.
drupal_get_installed_schema_version function core/includes/schema.inc Returns the currently installed schema version for a module.
drupal_get_module_schema function core/includes/schema.inc Returns a module's schema.
drupal_get_schema_versions function core/includes/schema.inc Returns an array of available schema versions for a module.
drupal_install_schema function core/includes/schema.inc Creates all tables defined in a module's hook_schema().
drupal_schema_get_field_value function core/includes/schema.inc Typecasts values to proper data types.
drupal_set_installed_schema_version function core/includes/schema.inc Updates the installed version information for a module.
drupal_uninstall_schema function core/includes/schema.inc Removes all tables defined in a module's hook_schema().
DummyAjaxItem::schema function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php Returns the schema for the field.
DynamicallyFieldableEntityStorageSchemaInterface interface core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php A storage schema that supports entity types with dynamic field definitions.
DynamicallyFieldableEntityStorageSchemaInterface.php file core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Performs final cleanup after all data of a field has been purged.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if existing data would be lost if the schema changes were applied.
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php Checks if the changes to the storage definition requires schema changes.
editor.schema.yml file core/modules/editor/config/schema/editor.schema.yml core/modules/editor/config/schema/editor.schema.yml
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
EmailItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php Returns the schema for the field.
entity.last_installed_schema.repository service core/core.services.yml Drupal\Core\Entity\EntityLastInstalledSchemaRepository
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The last installed schema repository.
EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the entity type requires storage schema changes.
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the storage definition requires schema changes.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a bundle field when the entity type schema has changed.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityLastInstalledSchemaRepository class core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Provides a repository for installed entity definitions.
EntityLastInstalledSchemaRepository.php file core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php
EntityLastInstalledSchemaRepository::$keyValueFactory property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The key-value factory.
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the entity type definition from the application state.
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Deletes the field storage definition from the application state.
EntityLastInstalledSchemaRepository::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type definition in its most recently installed state.

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