Connection.php
Namespace
Drupal\driver_test\Driver\Database\DrivertestPgsqlFile
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestPgsql/ Connection.php
View source
<?php
namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;
include_once dirname(__DIR__, 8) . '/pgsql/src/Driver/Database/pgsql/Connection.php';
use Drupal\pgsql\Driver\Database\pgsql\Connection as CoreConnection;
/**
* PostgreSQL implementation of \Drupal\Core\Database\Connection.
*/
class Connection extends CoreConnection {
/**
* {@inheritdoc}
*/
public function driver() {
return 'DrivertestPgsql';
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Connection | PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.