class Schema in Zircon Profile 8
Same name in this branch
- 8 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema
- 8 core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php \Drupal\Core\Database\Driver\sqlite\Schema
- 8 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema
- 8 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema
- 8 core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php \Drupal\Tests\Core\Database\Stub\Driver\Schema
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php \Drupal\Tests\Core\Database\Stub\Driver\Schema
A very minimal class for testing purposes.
Hierarchy
- class \Drupal\Tests\Core\Database\Stub\Driver\Schema
Expanded class hierarchy of Schema
See also
ConnectionTest::testGetDriverClass()
ConnectionTest::testSchema()
2 string references to 'Schema'
- Connection::schema in core/
lib/ Drupal/ Core/ Database/ Connection.php - Returns a DatabaseSchema object for manipulating the schema.
- ConnectionTest::providerGetDriverClass in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Dataprovider for testGetDriverClass().
File
- core/
tests/ Drupal/ Tests/ Core/ Database/ Stub/ Driver/ Schema.php, line 16 - Contains \Drupal\Tests\Core\Database\Stub\Driver\Schema.
Namespace
Drupal\Tests\Core\Database\Stub\DriverView source
class Schema {
}