You are here

function commerce_recurring_cron in Commerce Recurring Framework 8

Same name and namespace in other branches
  1. 7.2 commerce_recurring.module \commerce_recurring_cron()

Implements hook_cron().

File

./commerce_recurring.module, line 30
Provides recurring billing for Drupal Commerce.

Code

function commerce_recurring_cron() {
  \Drupal::service('commerce_recurring.cron')
    ->run();
}