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 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/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/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
NodeStorageSchema.php file core/modules/node/src/NodeStorageSchema.php
NodeStorageSchema::getEntitySchema function core/modules/node/src/NodeStorageSchema.php
NodeStorageSchema::getSharedTableFieldSchema function core/modules/node/src/NodeStorageSchema.php
node_schema function core/modules/node/node.install Implements hook_schema().
NonPublicSchemaTest class core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php Tests schema API for non-public schema for the PostgreSQL driver.
NonPublicSchemaTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::$testingFakeConnection property core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php The database connection for testing.
NonPublicSchemaTest::setUp function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::tearDown function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::testDelete function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::delete
@covers \Drupal\Core\Database\Connection::truncate
NonPublicSchemaTest::testExtensionExists function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::extensionExists
@covers ::tableExists
NonPublicSchemaTest::testField function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addField
@covers ::fieldExists
@covers ::dropField
@covers ::changeField
NonPublicSchemaTest::testIndex function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addIndex
@covers ::indexExists
@covers ::dropIndex
NonPublicSchemaTest::testInsert function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::insert
@covers \Drupal\Core\Database\Connection::select
NonPublicSchemaTest::testMerge function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::merge
NonPublicSchemaTest::testPrimaryKey function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addPrimaryKey
@covers ::dropPrimaryKey
NonPublicSchemaTest::testTable function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::renameTable
@covers ::tableExists
@covers ::findTables
@covers ::dropTable
NonPublicSchemaTest::testUniqueKey function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addUniqueKey
@covers ::indexExists
@covers ::dropUniqueKey
NonPublicSchemaTest::testUpdate function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::update
NonPublicSchemaTest::testUpsert function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::upsert
NoPreExistingSchemaUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Tries to update a module which has no pre-existing schema.
NoPreExistingSchemaUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema function core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php Tests the system module updates with no dependencies installed.
olivero.schema.yml file core/themes/olivero/config/schema/olivero.schema.yml core/themes/olivero/config/schema/olivero.schema.yml
OliveroTest::testConfigSchema function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Test Olivero's configuration schema.
options.schema.yml file core/modules/options/config/schema/options.schema.yml core/modules/options/config/schema/options.schema.yml
path.schema.yml file core/modules/path/config/schema/path.schema.yml core/modules/path/config/schema/path.schema.yml
PathAliasStorageSchema class core/modules/path_alias/src/PathAliasStorageSchema.php Defines the path_alias schema handler.
PathAliasStorageSchema.php file core/modules/path_alias/src/PathAliasStorageSchema.php
PathAliasStorageSchema::getEntitySchema function core/modules/path_alias/src/PathAliasStorageSchema.php
PathAliasStorageSchemaTest class core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests the path_alias storage schema.
PathAliasStorageSchemaTest.php file core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php
PathAliasStorageSchemaTest::$modules property core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php
PathAliasStorageSchemaTest::setUp function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests that the path_alias__status index is removed.
PathItem::schema function core/modules/path/src/Plugin/Field/FieldType/PathItem.php
PersistentDatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
PgsqlDriverLegacyTest::testDeprecationSchema function core/modules/pgsql/tests/src/Kernel/pgsql/PgsqlDriverLegacyTest.php @covers Drupal\Core\Database\Driver\pgsql\Schema
pgsql_test_schema function core/modules/system/tests/modules/pgsql_test/pgsql_test.install Implements hook_schema().
PreviewTest::schemaDefinition function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns the schema definition.
RecipeCommandTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Disable strict config schema because this test explicitly makes the
recipe system save invalid config, to prove that it validates it after
the fact and raises an error.
RelationshipJoinTestBase::schemaDefinition function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
ResourceResponseValidator::validateSchema function core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Validates a string against a JSON Schema. It logs any possible errors.
responsive_image.schema.yml file core/modules/responsive_image/config/schema/responsive_image.schema.yml core/modules/responsive_image/config/schema/responsive_image.schema.yml
responsive_image_test_module.schema.yml file core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml
rest.schema.yml file core/modules/rest/config/schema/rest.schema.yml core/modules/rest/config/schema/rest.schema.yml
rest.views.schema.yml file core/modules/rest/config/schema/rest.views.schema.yml core/modules/rest/config/schema/rest.views.schema.yml
RollbackTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RollbackTest.php Disable strict config schema because this test explicitly makes the
recipe system save invalid config, to prove that it validates it after
the fact and raises an error.

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