function Connection::driver
Overrides Connection::driver
File
-
core/
modules/ system/ tests/ modules/ driver_test/ src/ Driver/ Database/ DrivertestPgsql/ Connection.php, line 17
Class
- Connection
- PostgreSQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\driver_test\Driver\Database\DrivertestPgsqlCode
public function driver() {
return 'DrivertestPgsql';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.