public function DriverSettings::GetMonitorDriverStatus in Drupal driver for SQL Server and SQL Azure 8
1 call to DriverSettings::GetMonitorDriverStatus()
- DriverSettings::exportConfiguration in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ DriverSettings.php - Export current driver configuration.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ DriverSettings.php, line 132
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetMonitorDriverStatus() {
return $this->_monitorDriverStatus;
}