You are here

public function PublisherTracker::__construct in Acquia Content Hub 8.2

PublisherTracker constructor.

Parameters

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

File

modules/acquia_contenthub_publisher/src/PublisherTracker.php, line 36

Class

PublisherTracker
The publisher tracker table class.

Namespace

Drupal\acquia_contenthub_publisher

Code

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