You are here

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

CommandRegistryService constructor.

File

src/CommandRegistryService.php, line 22

Class

CommandRegistryService
Class CommandRegistryService.

Namespace

Drupal\ga

Code

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