function StatisticsStorageInterface::maxTotalCount

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

Returns the highest 'totalcount' value.

Return value

int The highest 'totalcount' value.

File

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

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.