You are here

interface GaIdServiceInterface in GA Push 8

Interface GaIdServiceInterface.

Hierarchy

Expanded class hierarchy of GaIdServiceInterface

All classes that implement GaIdServiceInterface

File

src/GaIdServiceInterface.php, line 8

Namespace

Drupal\ga_push
View source
interface GaIdServiceInterface {

  /**
   * Get the Google Analytics ID.
   *
   * Either from google_analytics module service
   * or from our own service.
   */
  public function getAnalyticsId();

}

Members

Namesort descending Modifiers Type Description Overrides
GaIdServiceInterface::getAnalyticsId public function Get the Google Analytics ID. 1