You are here

GaIdServiceInterface.php in GA Push 8

Namespace

Drupal\ga_push

File

src/GaIdServiceInterface.php
View source
<?php

namespace Drupal\ga_push;


/**
 * Interface GaIdServiceInterface.
 */
interface GaIdServiceInterface {

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

}

Interfaces

Namesort descending Description
GaIdServiceInterface Interface GaIdServiceInterface.