protected property Log::$queryLog in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Database/Log.php \Drupal\Core\Database\Log::queryLog
Cache of logged queries. This will only be used if the query logger is enabled.
The structure for the logging array is as follows:
array( $logging_key = array( array(query => '', args => array(), caller => '', target => '', time => 0), array(query => '', args => array(), caller => '', target => '', time => 0), ), );
Type: array
File
- core/
lib/ Drupal/ Core/ Database/ Log.php, line 37 - Contains \Drupal\Core\Database\Log.
Class
- Log
- Database query logger.
Namespace
Drupal\Core\DatabaseCode
protected $queryLog = array();