Search for schema
- Search 7.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Search 11.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/ |
MySQL test implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
PostgreSQL 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/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| SchemaOrgDataConverter.php | file | core/ |
|
| SchemaOrgDataConverter::interactionCount | function | core/ |
Converts an interaction count to a string with the interaction type. |
| SchemaTest | class | core/ |
Tests schema API for the MySQL driver. |
| SchemaTest | class | core/ |
@coversDefaultClass \Drupal\pgsql\Driver\Database\pgsql\Schema[[api-linebreak]] @group Database |
| SchemaTest | class | core/ |
Tests schema API for the PostgreSQL driver. |
| SchemaTest | class | core/ |
Tests table creation and modification via the schema API. |
| SchemaTest.php | file | core/ |
|
| SchemaTest.php | file | core/ |
|
| SchemaTest.php | file | core/ |
|
| SchemaTest.php | file | core/ |
|
| SchemaTest::$connection | property | core/ |
The PostgreSql DB connection. |
| SchemaTest::$connection | property | core/ |
Connection to the database. |
| SchemaTest::$counter | property | core/ |
A global counter for table and field creation. |
| SchemaTest::$schema | property | core/ |
Database schema instance. |
| SchemaTest::assertFieldAdditionRemoval | function | core/ |
Asserts that a given field can be added and removed from a table. |
| SchemaTest::assertFieldChange | function | core/ |
Asserts that a field can be changed from one spec to another. |
| SchemaTest::assertFieldCharacteristics | function | core/ |
Asserts that a newly added field has the correct characteristics. |
| SchemaTest::checkSchemaComment | function | core/ |
Checks that a table or column comment matches a given description. |
| SchemaTest::providerComputedConstraintName | function | core/ |
Data provider for ::testComputedConstraintName(). |
| SchemaTest::providerTestSchemaCreateTablePrimaryKey | function | core/ |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
| SchemaTest::setUp | function | core/ |
|
| SchemaTest::setUp | function | core/ |
|
| SchemaTest::testChangePrimaryKeyToSerial | function | core/ |
Tests converting an int to a serial when the int column has data. |
| SchemaTest::testComputedConstraintName | function | core/ |
Tests whether the actual constraint name is correctly computed. |
| SchemaTest::testDefaultAfterAlter | function | core/ |
Tests default values after altering table. |
| SchemaTest::testFindPrimaryKeyColumns | function | core/ |
@covers ::findPrimaryKeyColumns[[api-linebreak]] |
| SchemaTest::testFindTables | function | core/ |
Tests the findTables() method. |
| SchemaTest::testIndexLength | function | core/ |
Tests that indexes on string fields are limited to 191 characters on MySQL. |
| SchemaTest::testIntrospectIndexSchema | function | core/ |
@covers \Drupal\mysql\Driver\Database\mysql\Schema::introspectIndexSchema[[api-linebreak]] @covers \Drupal\pgsql\Driver\Database\pgsql\Schema::introspectIndexSchema[[api-linebreak]] @covers… |
| SchemaTest::testInvalidPrimaryKeyAddition | function | core/ |
Tests adding an invalid field specification as a primary key. |
| SchemaTest::testInvalidPrimaryKeyChange | function | core/ |
Tests changing the primary key with an invalid field specification. |
| SchemaTest::testInvalidPrimaryKeyOnTableCreation | function | core/ |
Tests an invalid field specification as a primary key on table creation. |
| SchemaTest::testPgsqlExtensionExists | function | core/ |
@covers \Drupal\Core\Database\Driver\pgsql\Schema::extensionExists[[api-linebreak]] |
| SchemaTest::testSchema | function | core/ |
Tests database interactions. |
| SchemaTest::testSchemaAddFieldDefaultInitial | function | core/ |
Tests adding columns to an existing table with default and initial value. |
| SchemaTest::testSchemaChangeFieldDefaultInitial | function | core/ |
Tests changing columns between types with default and initial values. |
| SchemaTest::testSchemaChangePrimaryKey | function | core/ |
Tests various schema changes' effect on the table's primary key. |
| SchemaTest::testUnsignedColumns | function | core/ |
Tests creating unsigned columns and data integrity thereof. |
| SchemaTest::testUpperCaseTableName | function | core/ |
Tests handling of uppercase table names. |
| SchemaTest::tryInsert | function | core/ |
Tests inserting data into an existing table. |
| SchemaTest::tryUnsignedInsert | function | core/ |
Tries to insert a negative value into columns defined as unsigned. |
| SchemaVersionUpdateTest | class | core/ |
Tests that updates clean-up non-integer schema version. |
| SchemaVersionUpdateTest.php | file | core/ |
|
| SchemaVersionUpdateTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
| SchemaVersionUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| SchemaVersionUpdateTest::testSchemaVersionsIsInt | function | core/ |
Tests that upgrade converted string value to integer. |
| SCHEMA_UNINSTALLED | constant | core/ |
Indicates that a module has not been installed yet. |
| search.schema.yml | file | core/ |
core/modules/search/config/schema/search.schema.yml |
| search.views.schema.yml | file | core/ |
core/modules/search/config/schema/search.views.schema.yml |
| search_extra_type.schema.yml | file | core/ |
core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.