function StatisticsStorageInterface::resetDayCount

Same name 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()
  3. 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 80

Class

StatisticsStorageInterface
Provides an interface defining Statistics Storage.

Namespace

Drupal\statistics

Code

public function resetDayCount();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.