You are here

public function TrafficRegistry::__construct in URLs queuer 8

Constructs a TrafficRegistry object.

Parameters

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

File

src/TrafficRegistry.php, line 27

Class

TrafficRegistry
Provides a database-driven traffic registry with URLs and tags.

Namespace

Drupal\purge_queuer_url

Code

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