function StatisticsStorageInterface::resetDayCount
Same name in other branches
- 8.9.x core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::resetDayCount()
- 10 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::resetDayCount()
- 11.x core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::resetDayCount()
Reset the day counter for all entities once every day.
1 method overrides StatisticsStorageInterface::resetDayCount()
- NodeStatisticsDatabaseStorage::resetDayCount in core/
modules/ statistics/ src/ NodeStatisticsDatabaseStorage.php - Reset the day counter for all entities once every day.
File
-
core/
modules/ statistics/ src/ StatisticsStorageInterface.php, line 79
Class
- StatisticsStorageInterface
- Provides an interface defining Statistics Storage.
Namespace
Drupal\statisticsCode
public function resetDayCount();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.