You are here

public function StatisticsStorageInterface::resetDayCount in Drupal 10

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

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\statistics

Code

public function resetDayCount();