Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
A very minimal class for testing purposes. |
Schema | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
Provides a base implementation for Database Schema. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SchemaException.php | file | core/ |
|
SchemaIncompleteException | class | core/ |
An exception thrown when a config schema is incomplete. |
SchemaIncompleteException.php | file | core/ |
|
SchemaInspector | class | core/ |
Provides methods to access modules' schema. |
SchemaInspector.php | file | core/ |
|
SchemaInspector::getTablesSpecification | function | core/ |
Returns the module's schema specification. |
SchemaIntrospectionTestTrait | trait | core/ |
Provides methods for testing database schema characteristics. |
SchemaIntrospectionTestTrait.php | file | core/ |
|
SchemaIntrospectionTestTrait::assertIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names exists. |
SchemaIntrospectionTestTrait::assertNoIndexOnColumns | function | core/ |
Checks that an index covering exactly the given column names doesn't exist. |
SchemaIntrospectionTestTrait::getIndexColumnNames | function | core/ |
Returns the column names used by the indexes of a table. |
SchemaListenerController | class | core/ |
Controller for testing \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaListenerController.php | file | core/ |
|
SchemaListenerController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
SchemaListenerController::test | function | core/ |
Tests the BrowserTestBase tests can use strict schema checking. |
SchemaListenerController::__construct | function | core/ |
Constructs the SchemaListenerController object. |
SchemaObjectDoesNotExistException | class | core/ |
Exception thrown if an object being modified doesn't exist yet. |
SchemaObjectDoesNotExistException.php | file | core/ |
|
SchemaObjectExistsException | class | core/ |
Exception thrown if an object being created already exists. |
SchemaObjectExistsException.php | file | core/ |
|
SchemaTableColumnSizeTooLargeException | class | core/ |
Exception thrown if a column size is too large on table creation. |
SchemaTableColumnSizeTooLargeException.php | file | core/ |
|
SchemaTableKeyTooLargeException | class | core/ |
Exception thrown if a key is too large. |
SchemaTableKeyTooLargeException.php | file | core/ |
|
SchemaTest | class | core/ |
Tests schema API for the SQLite driver. |
SchemaTest | class | core/ |
Tests schema API for the MySQL driver. |
SchemaTest | class | core/ |
@coversDefaultClass \Drupal\pgsql\Driver\Database\pgsql\Schema @group Database |
SchemaTest | class | core/ |
Tests schema API for the PostgreSQL driver. |
SchemaTest.php | file | core/ |
|
SchemaTest.php | file | core/ |
|
SchemaTest.php | file | core/ |
|
SchemaTest.php | file | core/ |
|
SchemaTest::assertCollation | function | core/ |
Asserts that fields have the correct collation, if supported. |
SchemaTest::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
SchemaTest::checkSequenceRenaming | function | core/ |
Check that the ID sequence gets renamed when the table is renamed. |
SchemaTest::providerComputedConstraintName | function | core/ |
Data provider for ::testComputedConstraintName(). |
SchemaTest::testComputedConstraintName | function | core/ |
Tests whether the actual constraint name is correctly computed. |
SchemaTest::testGeneratedInvisiblePrimaryKey | function | core/ |
Tests adding a primary key when sql_generate_invisible_primary_key is on. |
SchemaTest::testIndexLength | function | core/ |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\sqlite\Driver\Database\sqlite\Schema::introspectIndexSchema |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\mysql\Driver\Database\mysql\Schema::introspectIndexSchema |
SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\pgsql\Driver\Database\pgsql\Schema::introspectIndexSchema |
SchemaTest::testPgsqlExtensionExists | function | core/ |
@covers \Drupal\pgsql\Driver\Database\pgsql\Schema::extensionExists |
SchemaTest::testPgsqlSequences | function | core/ |
Tests if the new sequences get the right ownership. |
SchemaTest::testRenameTableWithNewIndexNameEqualsTableName | function | core/ |
Tests renaming a table where the new index name is equal to the table name. |
SchemaTest::testReservedKeywordsForNaming | function | core/ |
Tests handling with reserved keywords for naming tables, fields and more. |
SchemaTest::testSchemaTableColumnSizeTooLargeException | function | core/ |
Tests SchemaTableColumnSizeTooLargeException. |
SchemaTest::testSchemaTableKeyTooLargeException | function | core/ |
Tests SchemaTableKeyTooLargeException. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.