class 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()

5 string references to 'Schema'
Connection::schema in core/lib/Drupal/Core/Database/Connection.php
Returns a DatabaseSchema object for manipulating the schema.
Connection::__construct in core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php
Constructs a Connection object.
ConnectionTest::providerGetDriverClass in core/tests/Drupal/Tests/Core/Database/ConnectionTest.php
Dataprovider for testGetDriverClass().
ConnectionTest::testDestroy in core/tests/Drupal/Tests/Core/Database/ConnectionTest.php
Test Connection::destroy().
system_update_8007 in core/modules/system/system.install
Set langcode fields to be ASCII-only.

File

core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php, line 11

Namespace

Drupal\Tests\Core\Database\Stub\Driver
View source
class Schema {
  // No-op.

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.