You are here

public function GoogleAnalyticsCounterAuthManagerInterface::newGaFeed in Google Analytics Counter 8.3

Instantiate a new GoogleAnalyticsCounterFeed object.

Return value

object GoogleAnalyticsCounterFeed object to authorize access and request data from the Google Analytics Core Reporting API.

1 method overrides GoogleAnalyticsCounterAuthManagerInterface::newGaFeed()
GoogleAnalyticsCounterAuthManager::newGaFeed in src/GoogleAnalyticsCounterAuthManager.php
Instantiate a new GoogleAnalyticsCounterFeed object.

File

src/GoogleAnalyticsCounterAuthManagerInterface.php, line 35

Class

GoogleAnalyticsCounterAuthManagerInterface
Class GoogleAnalyticsAuthManager.

Namespace

Drupal\google_analytics_counter

Code

public function newGaFeed();