Серверный cron для запуска определенного скрипта на Drupal 11
Ранее в Drupal 6 был файл с кодом
/**
* @file
* Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
*/
include_once './core/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
my_function();