You are here

interface GroupInterface in Googalytics - Google Analytics 8

Interface GroupInterface.

Hierarchy

Expanded class hierarchy of GroupInterface

All classes that implement GroupInterface

File

src/AnalyticsCommand/GroupInterface.php, line 8

Namespace

Drupal\ga\AnalyticsCommand
View source
interface GroupInterface {

  /**
   * A key to identify this group.
   *
   * @return string
   *   Group name.
   */
  public function getGroupKey();

}

Members

Namesort descending Modifiers Type Description Overrides
GroupInterface::getGroupKey public function A key to identify this group. 1