function StatisticsStorageInterface::maxTotalCount

Same name in other branches
  1. 9 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::maxTotalCount()
  2. 10 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::maxTotalCount()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.