public function ConnectionSettings::GetAppendCallstackComment in Drupal driver for SQL Server and SQL Azure 8.2
Enable appending of PHP stack as query comments.
1 call to ConnectionSettings::GetAppendCallstackComment()
- ConnectionSettings::exportConfiguration in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ ConnectionSettings.php - Export current driver configuration.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ ConnectionSettings.php, line 133
Class
- ConnectionSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetAppendCallstackComment() {
return $this->_appendStackComments;
}