function HistoryHooks::cron
Implements hook_cron().
File
-
core/
modules/ history/ src/ Hook/ HistoryHooks.php, line 38
Class
- HistoryHooks
- Hook implementations for history.
Namespace
Drupal\history\HookCode
public function cron() : void {
\Drupal::database()->delete('history')
->condition('timestamp', HISTORY_READ_LIMIT, '<')
->execute();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.