You are here

public function LogController::__construct in TacJS 8.6

Constructs a DbLog object.

Parameters

\Drupal\Core\Database\Connection $connection: The database connection object.

File

tacjs_log/src/Controller/LogController.php, line 24

Class

LogController

Namespace

Drupal\tacjs_log\Controller

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}