Schema.php in Drupal 9
Same filename in this branch
- 9 core/lib/Drupal/Core/Database/Schema.php
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
- 9 core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
- 9 core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
- 9 core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php
- 9 core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Schema.php
Same filename and directory in other branches
File
core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.phpView source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;
use Drupal\Core\Database\Driver\pgsql\Schema as CoreSchema;
/**
* PostgreSQL implementation of \Drupal\Core\Database\Schema.
*/
class Schema extends CoreSchema {
}
Classes
Name | Description |
---|---|
Schema | PostgreSQL implementation of \Drupal\Core\Database\Schema. |