You are here

private property Connection::$serverVersion in Drupal 10

Stores the server version after it has been retrieved from the database.

Type: string

See also

\Drupal\mysql\Driver\Database\mysql\Connection::version

File

core/modules/mysql/src/Driver/Database/mysql/Connection.php, line 68

Class

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

Namespace

Drupal\mysql\Driver\Database\mysql

Code

private $serverVersion;