Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 8.9.x for schema
  4. Search 10.3.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/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/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses 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
ContentModerationStateStorageSchemaTest::assertStorageException function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php Assert if a storage exception is triggered when saving a given entity.
ContentModerationStateStorageSchemaTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php
ContentModerationStateStorageSchemaTest::testUniqueKeys function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php Tests the ContentModerationState unique keys.
content_moderation.schema.yml file core/modules/content_moderation/config/schema/content_moderation.schema.yml core/modules/content_moderation/config/schema/content_moderation.schema.yml
content_moderation.views.schema.yml file core/modules/content_moderation/config/schema/content_moderation.views.schema.yml core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
content_translation.schema.yml file core/modules/content_translation/config/schema/content_translation.schema.yml core/modules/content_translation/config/schema/content_translation.schema.yml
content_translation.views.schema.yml file core/modules/content_translation/config/schema/content_translation.views.schema.yml core/modules/content_translation/config/schema/content_translation.views.schema.yml
contextual.views.schema.yml file core/modules/contextual/config/schema/contextual.views.schema.yml core/modules/contextual/config/schema/contextual.views.schema.yml
core.data_types.schema.yml file core/config/schema/core.data_types.schema.yml core/config/schema/core.data_types.schema.yml
core.entity.schema.yml file core/config/schema/core.entity.schema.yml core/config/schema/core.entity.schema.yml
core.extension.schema.yml file core/config/schema/core.extension.schema.yml core/config/schema/core.extension.schema.yml
core.menu.schema.yml file core/config/schema/core.menu.schema.yml core/config/schema/core.menu.schema.yml
CreateTestContentEntitiesTrait::installEntitySchemas function core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php Install required entity schemas.
DatabaseBackend::schemaDefinition function core/lib/Drupal/Core/Flood/DatabaseBackend.php Defines the schema for the flood table.
DatabaseBackend::schemaDefinition function core/lib/Drupal/Core/Cache/DatabaseBackend.php Defines the schema for the {cache_*} bin tables.
DatabaseCacheTagsChecksum::schemaDefinition function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Defines the schema for the {cachetags} table.
DatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
DatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Defines the schema for the semaphore table.
DatabaseQueue::schemaDefinition function core/lib/Drupal/Core/Queue/DatabaseQueue.php Defines the schema for the queue table.
DatabaseStorage::schemaDefinition function core/lib/Drupal/Core/Config/DatabaseStorage.php Defines the schema for the configuration table.
DatabaseStorage::schemaDefinition function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php Defines the schema for the key_value table.
DatabaseStorageExpirable::schemaDefinition function core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php Defines the schema for the key_value_expire table.
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
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
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
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/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests schema only option.
DbDumpTest::$originalTableSchemas property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table schemas.
DbDumpTest::getTableSchema function core/modules/mysql/tests/src/Kernel/mysql/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
DeprecatedReferenceItem::schema function core/modules/jsonapi/tests/modules/jsonapi_test_reference_types/src/Plugin/Field/FieldType/DeprecatedReferenceItem.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
DisplayTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DriverSpecificSchemaTestBase class core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests table creation and modification via the schema API.

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