You are here

public function StatisticsStorageInterface::resetDayCount in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/statistics/src/StatisticsStorageInterface.php \Drupal\statistics\StatisticsStorageInterface::resetDayCount()
  2. 10 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 80

Class

StatisticsStorageInterface
Provides an interface defining Statistics Storage.

Namespace

Drupal\statistics

Code

public function resetDayCount();