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 |
---|---|---|---|
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::testRenameTableWithNameContainingDrupalUnderscoreAndMultipleIndexes | function | core/ |
Tests renaming a table which name contains drupal_ with multiple indexes. |
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. |
SchemaTest::testTableExists | function | core/ |
Tests the method tableExists(). |
SchemaTest::testTableWithSpecificDataType | function | core/ |
Tests creating a table with database specific data type. |
SchemaTest::testTableWithSpecificDataType | function | core/ |
Tests creating a table with database specific data type. |
SchemaTest::testTableWithSpecificDataType | function | core/ |
Tests creating a table with database specific data type. |
SchemaTest::testUnsignedField | function | core/ |
Tests column name escaping in field constraints. |
SchemaTest::tryInsertExpectsIntegrityConstraintViolationException | function | core/ |
Tries to insert a value that throws an IntegrityConstraintViolationException. |
SchematicNormalizerFallbackTrait | trait | core/ |
Trait for generating helpful schema-generation fallback messages. |
SchematicNormalizerFallbackTrait.php | file | core/ |
|
SchematicNormalizerFallbackTrait::generateNoSchemaAvailableMessage | function | core/ |
|
SchematicNormalizerHelperTrait | trait | core/ |
Methods for normalizing JSON schema. |
SchematicNormalizerHelperTrait.php | file | core/ |
|
SchematicNormalizerHelperTrait::checkFormat | function | core/ |
|
SchematicNormalizerHelperTrait::getNormalizationSchema | function | core/ |
Retrieve JSON Schema for the normalization. |
SchematicNormalizerTrait | trait | core/ |
Trait for normalizers which can also provide JSON Schema. |
SchematicNormalizerTrait.php | file | core/ |
|
SchematicNormalizerTrait::doNormalize | function | core/ |
Normalizes an object into a set of arrays/scalars. |
SchematicNormalizerTrait::getNormalizationSchema | function | core/ |
Retrieve JSON Schema for the normalization. |
SchematicNormalizerTrait::normalize | function | core/ |
|
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest | class | core/ |
Tests adding UNIQUE keys to tables. |
SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
|
SchemaUniquePrefixedKeysIndexTest.php | file | core/ |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.