You are here

class Schema in Zircon Profile 8

Same name in this branch
  1. 8 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema
  2. 8 core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php \Drupal\Core\Database\Driver\sqlite\Schema
  3. 8 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema
  4. 8 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php \Drupal\Core\Database\Driver\mysql\Schema
  5. 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
  1. 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\Driver
View source
class Schema {

}

Members