You are here

public function GoogleAnalyticsCounterAppManagerInterface::gacUpdatePathCounts in Google Analytics Counter 8.3

Update the path counts.

Parameters

int $index: The index of the chunk to fetch and update.

This function is triggered by hook_cron().

Throws

\Exception

1 method overrides GoogleAnalyticsCounterAppManagerInterface::gacUpdatePathCounts()
GoogleAnalyticsCounterAppManager::gacUpdatePathCounts in src/GoogleAnalyticsCounterAppManager.php
Update the path counts.

File

src/GoogleAnalyticsCounterAppManagerInterface.php, line 49

Class

GoogleAnalyticsCounterAppManagerInterface
Class GoogleAnalyticsCounterAppManager.

Namespace

Drupal\google_analytics_counter

Code

public function gacUpdatePathCounts($index = 0);