You are here

public function CollectEvent::__construct in Googalytics - Google Analytics 8

CollectEvent constructor.

File

src/Event/CollectEvent.php, line 23

Class

CollectEvent
Class CollectEvent.

Namespace

Drupal\ga\Event

Code

public function __construct() {
  $this->commands = [];
}