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
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.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Test trying to update a field with data.
FieldStorageConfig::$schema property core/modules/field/src/Entity/FieldStorageConfig.php The field schema.
FieldStorageConfig::getSchema function core/modules/field/src/Entity/FieldStorageConfig.php Returns the field schema.
FieldStorageCrudTest::testCreateWithExplicitSchema function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests that an explicit schema can be provided on creation.
FieldStorageDefinitionInterface::getSchema function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field schema.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldTestItem::schema function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Returns the schema for the field.
FieldUpdateTest::$installedStorageSchema property core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php The key-value collection for tracking installed storage schema.
field_layout.schema.yml file core/modules/field_layout/config/schema/field_layout.schema.yml core/modules/field_layout/config/schema/field_layout.schema.yml
field_layout_test.schema.yml file core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml
field_plugins_test.schema.yml file core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml
field_test.schema.yml file core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml
field_third_party_test.schema.yml file core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml
field_ui.schema.yml file core/modules/field_ui/config/schema/field_ui.schema.yml core/modules/field_ui/config/schema/field_ui.schema.yml
file.schema.yml file core/modules/file/config/schema/file.schema.yml core/modules/file/config/schema/file.schema.yml
file.views.schema.yml file core/modules/file/config/schema/file.views.schema.yml core/modules/file/config/schema/file.views.schema.yml
FileItem::schema function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns the schema for the field.
FileStorageSchema class core/modules/file/src/FileStorageSchema.php Defines the file schema handler.
FileStorageSchema.php file core/modules/file/src/FileStorageSchema.php
FileStorageSchema::getSharedTableFieldSchema function core/modules/file/src/FileStorageSchema.php Gets the schema for a single field definition.
FileSystemRequirementsTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php Set to TRUE to strict check all configuration saved.
file_schema function core/modules/file/file.install Implements hook_schema().
filter.schema.yml file core/modules/filter/config/schema/filter.schema.yml core/modules/filter/config/schema/filter.schema.yml
FilterBooleanOperatorStringTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Returns the schema definition.
FilterCombineTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php Allow {views_test_data}.job to be NULL.
FilterStringTest::schemaDefinition function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Returns the schema definition.
FilterTest::setUpSchemas function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Sets up the schemas.
filter_test.schema.yml file core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
FloatItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php Returns the schema for the field.
form_test.schema.yml file core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml
forum.schema.yml file core/modules/forum/config/schema/forum.schema.yml core/modules/forum/config/schema/forum.schema.yml
forum_schema function core/modules/forum/forum.install Implements hook_schema().
hal.schema.yml file core/modules/hal/config/schema/hal.schema.yml core/modules/hal/config/schema/hal.schema.yml
HandlerTest::schemaDefinition function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
help_topics.schema.yml file core/modules/help_topics/config/schema/help_topics.schema.yml core/modules/help_topics/config/schema/help_topics.schema.yml
help_topics_schema function core/modules/help_topics/help_topics.install Implements hook_schema().
history.views.schema.yml file core/modules/history/config/schema/history.views.schema.yml core/modules/history/config/schema/history.views.schema.yml
history_schema function core/modules/history/history.install Implements hook_schema().
hook_config_schema_info_alter function core/core.api.php Alter config typed data definitions.
hook_schema function core/lib/Drupal/Core/Database/database.api.php Define the current version of the database schema.
IdentifierFieldSchemaTypeUpdateTest class core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Tests the upgrade path for updating the stored type of identifier fields.
IdentifierFieldSchemaTypeUpdateTest.php file core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php
IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Set database dump files to be used.
IdentifierFieldSchemaTypeUpdateTest::testSystemUpdate8901 function core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Tests system_update_8901().
image.data_types.schema.yml file core/modules/image/config/schema/image.data_types.schema.yml core/modules/image/config/schema/image.data_types.schema.yml
image.schema.yml file core/modules/image/config/schema/image.schema.yml core/modules/image/config/schema/image.schema.yml

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