function Connection::driver

Overrides Connection::driver

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Connection.php, line 15

Class

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

Namespace

Drupal\driver_test\Driver\Database\DrivertestMysql

Code

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

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