Search for schema
- Search 7.x for schema
- Search 9.5.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/ |
MySQL test 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/ |
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/ |
Provides a base implementation for Database Schema. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SchemaConfigListenerWebTest.php | file | core/ |
|
SchemaConfigListenerWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SchemaConfigListenerWebTest::$modules | property | core/ |
Modules to enable. |
SchemaConfigListenerWebTest::testConfigSchemaChecker | function | core/ |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaException | class | core/ |
Base exception for Schema-related errors. |
SchemaException.php | file | core/ |
|
SchemaIncompleteException | class | core/ |
An exception thrown when a config schema is incomplete. |
SchemaIncompleteException.php | file | core/ |
|
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. |
SchemaLegacyTest | class | core/ |
Deprecation tests cases for the schema API. |
SchemaLegacyTest.php | file | core/ |
|
SchemaLegacyTest::testSchemaGetFieldValue | function | core/ |
Tests deprecation of the drupal_schema_get_field_value() function. |
SchemaListenerController | class | core/ |
Controller for testing \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaListenerController.php | file | core/ |
|
SchemaListenerController::create | function | core/ |
Instantiates a new instance of this class. |
SchemaListenerController::test | function | core/ |
Tests the WebTestBase 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/ |
|
SchemaOrgDataConverter | class | core/ |
|
SchemaOrgDataConverter.php | file | core/ |
|
SchemaOrgDataConverter::interactionCount | function | core/ |
Converts an interaction count to a string with the interaction type. |
SchemaTest | class | core/ |
Tests table creation and modification via the schema API. |
SchemaTest.php | file | core/ |
|
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::providerTestSchemaCreateTablePrimaryKey | function | core/ |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
SchemaTest::setUp | function | core/ |
|
SchemaTest::testFindPrimaryKeyColumns | function | core/ |
@covers ::findPrimaryKeyColumns |
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\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 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::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. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.