You are here

function commerce_cart_cron in Commerce Core 8.2

Implements hook_cron().

File

modules/cart/commerce_cart.module, line 23
Implements the shopping cart system and add to cart features.

Code

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