public function CommandRegistryService::__construct in Googalytics - Google Analytics 8
CommandRegistryService constructor.
File
- src/
CommandRegistryService.php, line 22
Class
- CommandRegistryService
- Class CommandRegistryService.
Namespace
Drupal\gaCode
public function __construct() {
$this->commands = [];
}