What are the Tasks in Drupal Cron
Wondering what sort of tasks are in drupal cron? I need to know what those tasks are.
You can start by searching your codebase for _cron functions.
Remember:
1All *_cron() functions in a site will be run on cron.
Wondering what sort of tasks are in drupal cron? I need to know what those tasks are.
You can start by searching your codebase for _cron functions.
Remember:
1All *_cron() functions in a site will be run on cron.