1 drupal.inc drupal_cron_run()

Executes a cron run when called.

Deprecated

since 1.0.0

See also

backdrop_cron_run()

Related topics

File

core/includes/drupal.inc, line 1171
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_cron_run() {
  return backdrop_cron_run();
}