You are here

public function GoogleAnalyticsCounterMessageManagerInterface::getTopTwentyResults in Google Analytics Counter 8.3

Get the the top twenty results for pageviews and pageview_totals.

Parameters

string $table: The table from which the results are selected.

Return value

mixed

1 method overrides GoogleAnalyticsCounterMessageManagerInterface::getTopTwentyResults()
GoogleAnalyticsCounterMessageManager::getTopTwentyResults in src/GoogleAnalyticsCounterMessageManager.php
Get the the top twenty results for pageviews and pageview_totals.

File

src/GoogleAnalyticsCounterMessageManagerInterface.php, line 56

Class

GoogleAnalyticsCounterMessageManagerInterface
Defines the Google Analytics Counter message manager.

Namespace

Drupal\google_analytics_counter

Code

public function getTopTwentyResults($table);