public function SettingsManager::getSettings in Drupal driver for SQL Server and SQL Azure 8.2
Retrieve the raw settings.
Return value
array
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Component/ SettingsManager.php, line 48
Class
Namespace
Drupal\Driver\Database\sqlsrv\ComponentCode
public function getSettings() {
return $this->settings;
}