public function Group::getGroupKey in Googalytics - Google Analytics 8
Get the key identifying this group.
Return value
string The group key.
Overrides GroupInterface::getGroupKey
File
- src/
AnalyticsCommand/ Group.php, line 48
Class
Namespace
Drupal\ga\AnalyticsCommandCode
public function getGroupKey() {
return $this->groupKey;
}