You are here

GroupInterface.php in Googalytics - Google Analytics 8

File

src/AnalyticsCommand/GroupInterface.php
View source
<?php

namespace Drupal\ga\AnalyticsCommand;


/**
 * Interface GroupInterface.
 */
interface GroupInterface {

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

}

Interfaces

Namesort descending Description
GroupInterface Interface GroupInterface.