function ctools_cron in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 ctools.module \ctools_cron()
Implementation of hook_cron. Clean up old caches.
File
- ./
ctools.module, line 683 - CTools primary module file.
Code
function ctools_cron() {
ctools_include('utility');
$items = array();
ctools_passthrough('ctools', 'cron', $items);
}