You are here

function ctools_cron in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 ctools.module \ctools_cron()

Implementation of hook_cron. Clean up old caches.

File

./ctools.module, line 414
CTools primary module file.

Code

function ctools_cron() {
  ctools_include('utility');
  $items = array();
  ctools_passthrough('ctools', 'cron', $items);
}