function StatisticsStorageInterface::maxTotalCount
Same name in other branches
- 8.9.x core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::maxTotalCount()
- 10 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::maxTotalCount()
- 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 87
Class
- StatisticsStorageInterface
- Provides an interface defining Statistics Storage.
Namespace
Drupal\statisticsCode
public function maxTotalCount();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.