You are here

public function AnalyticsService::getCacheableUrls in Analytics 7

Return value

array

Overrides AnalyticsServiceInterface::getCacheableUrls

2 methods override AnalyticsService::getCacheableUrls()
GoogleAnalyticsGaService::getCacheableUrls in analytics_google/src/GoogleAnalyticsGaService.php
GoogleUniversalAnalyticsService::getCacheableUrls in analytics_google/src/GoogleUniversalAnalyticsService.php

File

lib/AnalyticsService.php, line 94

Class

AnalyticsService

Code

public function getCacheableUrls() {
  return array();
}