You are here

public function DriverSettings::GetAppendCallstackComment in Drupal driver for SQL Server and SQL Azure 8

Enable appending of PHP stack as query comments.

1 call to DriverSettings::GetAppendCallstackComment()
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 207

Class

DriverSettings
Global settings for the driver.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function GetAppendCallstackComment() {
  return $this->_appendStackComments;
}