You are here

public function StatisticsStorageInterface::maxTotalCount in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::maxTotalCount()

Returns the highest 'totalcount' value.

Return value

int The highest 'totalcount' value.

1 method overrides StatisticsStorageInterface::maxTotalCount()
NodeStatisticsDatabaseStorage::maxTotalCount in core/modules/statistics/src/NodeStatisticsDatabaseStorage.php
Returns the highest 'totalcount' value.

File

core/modules/statistics/src/StatisticsStorageInterface.php, line 88

Class

StatisticsStorageInterface
Provides an interface defining Statistics Storage.

Namespace

Drupal\statistics

Code

public function maxTotalCount();