You are here

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

Group
Class Drupal\ga\AnalyticsCommand\Group.

Namespace

Drupal\ga\AnalyticsCommand

Code

public function getGroupKey() {
  return $this->groupKey;
}