Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Log.php

function Log::__construct

Constructor.

Parameters

$key: The database connection key for which to enable logging.

File

core/lib/Drupal/Core/Database/Log.php, line 49

Class

Log
Database query logger.

Namespace

Drupal\Core\Database

Code

public function __construct($key = 'default') {
    $this->connectionKey = $key;
}
RSS feed
Powered by Drupal