You are here

public function FlagCountManager::__construct in Flag 8.4

Constructs a FlagCountManager.

File

src/FlagCountManager.php, line 64

Class

FlagCountManager
Class FlagCountManager.

Namespace

Drupal\flag

Code

public function __construct(Connection $connection, TimeInterface $date_time) {
  $this->connection = $connection;
  $this->dateTime = $date_time;
}