public function Group::addCommand in Googalytics - Google Analytics 8
Add a command to the group.
Parameters
\Drupal\ga\AnalyticsCommand\DrupalSettingCommandsInterface $command: A command.
File
- src/
AnalyticsCommand/ Group.php, line 58
Class
Namespace
Drupal\ga\AnalyticsCommandCode
public function addCommand(DrupalSettingCommandsInterface $command) {
$this->commands[] = $command;
}