Search for schema

  1. Search 7.x for schema
  2. Search 8.9.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/sqlite/src/Driver/Database/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
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/DrivertestMysqlDeprecatedVersion/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/modules/pgsql/src/Driver/Database/pgsql/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/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
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.

All search results

Title Object type File name Summary
DatabaseTestSchemaDataTrait trait core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php Trait to manage data samples for test tables.
DatabaseTestSchemaDataTrait.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php
DatabaseTestSchemaDataTrait::addSampleData function core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php Sets up our sample data.
DatabaseTestSchemaInstallTrait trait core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Trait to manage installation for test tables.
DatabaseTestSchemaInstallTrait.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php
DatabaseTestSchemaInstallTrait::installSampleSchema function core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Sets up our sample table schema.
database_test_schema function core/modules/system/tests/modules/database_test/database_test.install Implements hook_schema().
DateRangeItem::schema function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Returns the schema for the field.
datetime.schema.yml file core/modules/datetime/config/schema/datetime.schema.yml core/modules/datetime/config/schema/datetime.schema.yml
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 Tests 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 Tests 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.
deprecated_module.schema.yml file core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml
DriverSpecificSchemaTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests table creation and modification via the schema API.
DriverSpecificSchemaTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
DriverSpecificSchemaTestBase::$schema property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Database schema instance.
DriverSpecificSchemaTestBase::setUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
drupal-8.update-schema-version-int.php file core/modules/system/tests/fixtures/update/drupal-8.update-schema-version-int.php Database to mimic the installation of the update_test_schema module.
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_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/editor_test/config/schema/editor_test.schema.yml core/modules/editor/tests/modules/editor_test/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

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