interface GaIdServiceInterface in GA Push 8
Interface GaIdServiceInterface.
Hierarchy
- interface \Drupal\ga_push\GaIdServiceInterface
Expanded class hierarchy of GaIdServiceInterface
All classes that implement GaIdServiceInterface
File
- src/
GaIdServiceInterface.php, line 8
Namespace
Drupal\ga_pushView source
interface GaIdServiceInterface {
/**
* Get the Google Analytics ID.
*
* Either from google_analytics module service
* or from our own service.
*/
public function getAnalyticsId();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
GaIdServiceInterface:: |
public | function | Get the Google Analytics ID. | 1 |