function Connection::driver

Overrides Connection::driver

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Connection.php, line 26

Class

Connection
MySQL test implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\driver_test\Driver\Database\DriverTestMysqlDeprecatedVersion

Code

public function driver() {
  return 'DriverTestMysqlDeprecatedVersion';
}

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