You are here

public function RedirectNotFoundStorageInterface::resetDailyCount in Redirect 8

Resets the daily counts of 404 request logs.

1 method overrides RedirectNotFoundStorageInterface::resetDailyCount()
SqlRedirectNotFoundStorage::resetDailyCount in modules/redirect_404/src/SqlRedirectNotFoundStorage.php
Resets the daily counts of 404 request logs.

File

modules/redirect_404/src/RedirectNotFoundStorageInterface.php, line 56

Class

RedirectNotFoundStorageInterface
Interface for redirect 404 services.

Namespace

Drupal\redirect_404

Code

public function resetDailyCount();