public function DriverSettings::GetDeafultBypassQueryPreprocess in Drupal driver for SQL Server and SQL Azure 8
Default query preprocess.
Return value
mixed
1 call to DriverSettings::GetDeafultBypassQueryPreprocess()
- 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 179
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetDeafultBypassQueryPreprocess() {
return $this->_defaultBypassQueryPreprocess;
}