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
SchemaConfigListenerWebTest.php file core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
SchemaConfigListenerWebTest::$defaultTheme property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php The theme to install as the default for testing.
SchemaConfigListenerWebTest::$modules property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Modules to enable.
SchemaConfigListenerWebTest::testConfigSchemaChecker function core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaException class core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors.
SchemaException.php file core/lib/Drupal/Core/Database/SchemaException.php
SchemaIncompleteException class core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php An exception thrown when a config schema is incomplete.
SchemaIncompleteException.php file core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php
SchemaIntrospectionTestTrait trait core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Provides methods for testing database schema characteristics.
SchemaIntrospectionTestTrait.php file core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
SchemaIntrospectionTestTrait::assertIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names exists.
SchemaIntrospectionTestTrait::assertNoIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names doesn't exist.
SchemaIntrospectionTestTrait::getIndexColumnNames function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Returns the column names used by the indexes of a table.
SchemaLegacyTest class core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php Deprecation tests cases for the schema API.
SchemaLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php
SchemaLegacyTest::testSchemaGetFieldValue function core/tests/Drupal/KernelTests/Core/Database/SchemaLegacyTest.php Tests deprecation of the drupal_schema_get_field_value() function.
SchemaListenerController class core/modules/config/tests/config_test/src/SchemaListenerController.php Controller for testing \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaListenerController.php file core/modules/config/tests/config_test/src/SchemaListenerController.php
SchemaListenerController::create function core/modules/config/tests/config_test/src/SchemaListenerController.php Instantiates a new instance of this class.
SchemaListenerController::test function core/modules/config/tests/config_test/src/SchemaListenerController.php Tests the WebTestBase tests can use strict schema checking.
SchemaListenerController::__construct function core/modules/config/tests/config_test/src/SchemaListenerController.php Constructs the SchemaListenerController object.
SchemaObjectDoesNotExistException class core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php Exception thrown if an object being modified doesn't exist yet.
SchemaObjectDoesNotExistException.php file core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php
SchemaObjectExistsException class core/lib/Drupal/Core/Database/SchemaObjectExistsException.php Exception thrown if an object being created already exists.
SchemaObjectExistsException.php file core/lib/Drupal/Core/Database/SchemaObjectExistsException.php
SchemaOrgDataConverter class core/modules/rdf/src/SchemaOrgDataConverter.php
SchemaOrgDataConverter.php file core/modules/rdf/src/SchemaOrgDataConverter.php
SchemaOrgDataConverter::interactionCount function core/modules/rdf/src/SchemaOrgDataConverter.php Converts an interaction count to a string with the interaction type.
SchemaTest class core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests table creation and modification via the schema API.
SchemaTest.php file core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
SchemaTest::$connection property core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Connection to the database.
SchemaTest::$counter property core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php A global counter for table and field creation.
SchemaTest::$schema property core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Database schema instance.
SchemaTest::assertFieldAdditionRemoval function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Asserts that a given field can be added and removed from a table.
SchemaTest::assertFieldChange function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Asserts that a field can be changed from one spec to another.
SchemaTest::assertFieldCharacteristics function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Asserts that a newly added field has the correct characteristics.
SchemaTest::checkSchemaComment function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().
SchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
SchemaTest::testFindPrimaryKeyColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers ::findPrimaryKeyColumns
SchemaTest::testFindTables function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests the findTables() method.
SchemaTest::testIndexLength function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests that indexes on string fields are limited to 191 characters on MySQL.
SchemaTest::testIntrospectIndexSchema function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers \Drupal\Core\Database\Driver\mysql\Schema::introspectIndexSchema
@covers \Drupal\Core\Database\Driver\pgsql\Schema::introspectIndexSchema
@covers \Drupal\Core\Database\Driver\sqlite\Schema::introspectIndexSchema
SchemaTest::testInvalidPrimaryKeyAddition function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests adding an invalid field specification as a primary key.
SchemaTest::testInvalidPrimaryKeyChange function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests changing the primary key with an invalid field specification.
SchemaTest::testInvalidPrimaryKeyOnTableCreation function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests an invalid field specification as a primary key on table creation.
SchemaTest::testSchema function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests database interactions.
SchemaTest::testSchemaAddFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests adding columns to an existing table with default and initial value.
SchemaTest::testSchemaChangeFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests changing columns between types with default and initial values.
SchemaTest::testSchemaChangePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests various schema changes' effect on the table's primary key.

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