private property Connection::$serverVersion in Drupal 9
Stores the server version after it has been retrieved from the database.
Type: string
See also
\Drupal\Core\Database\Driver\mysql\Connection::version
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Connection.php, line 75
Class
- Connection
- MySQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\mysqlCode
private $serverVersion;