Schema.php
Namespace
Drupal\driver_test\Driver\Database\DrivertestMysqlFile
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestMysql/ Schema.php
View source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestMysql;
use Drupal\Core\Database\Driver\mysql\Schema as CoreSchema;
/**
* MySQL test implementation of \Drupal\Core\Database\Schema.
*/
class Schema extends CoreSchema {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Schema | MySQL test implementation of \Drupal\Core\Database\Schema. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.