interface GroupInterface in Googalytics - Google Analytics 8
Interface GroupInterface.
Hierarchy
- interface \Drupal\ga\AnalyticsCommand\GroupInterface
Expanded class hierarchy of GroupInterface
All classes that implement GroupInterface
File
- src/
AnalyticsCommand/ GroupInterface.php, line 8
Namespace
Drupal\ga\AnalyticsCommandView source
interface GroupInterface {
/**
* A key to identify this group.
*
* @return string
* Group name.
*/
public function getGroupKey();
}Members
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
GroupInterface:: |
public | function | A key to identify this group. | 1 |