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
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
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.
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.
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 API group core/lib/Drupal/Core/Database/database.api.php API to handle database schemas.
Schema.php file core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
Schema.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Schema.php
Schema.php file core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema.php file core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema.php file core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::$connection property core/lib/Drupal/Core/Database/Schema.php The database connection.
Schema::$defaultSchema property core/lib/Drupal/Core/Database/Schema.php Definition of prefixInfo array structure.
Schema::$defaultSchema property core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Override DatabaseSchema::$defaultSchema.
Schema::$maxIdentifierLength property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php The maximum allowed length for index, primary key and constraint names.
Schema::$mysqlStringTypes property core/modules/mysql/src/Driver/Database/mysql/Schema.php List of MySQL string types.
Schema::$placeholder property core/lib/Drupal/Core/Database/Schema.php The placeholder counter.
Schema::$tableInformation property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php A cache of information about blob columns and sequences of tables.
Schema::$tempNamespaceName property core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL's temporary namespace name.
Schema::$uniqueIdentifier property core/lib/Drupal/Core/Database/Schema.php A unique identifier for this query object.
Schema::addField function core/lib/Drupal/Core/Database/Schema.php Add a new field to a table.
Schema::addField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addField function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addIndex function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addIndex function core/lib/Drupal/Core/Database/Schema.php Add an index.
Schema::addIndex function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addPrimaryKey function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php
Schema::addPrimaryKey function core/modules/mysql/src/Driver/Database/mysql/Schema.php
Schema::addPrimaryKey function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
Schema::addPrimaryKey function core/lib/Drupal/Core/Database/Schema.php Add a primary key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Schema.php Add a unique key.

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