You are here

public function CronInterface::run in Commerce Core 8.2

Runs the cron.

1 method overrides CronInterface::run()
Cron::run in modules/cart/src/Cron.php
Runs the cron.

File

modules/cart/src/CronInterface.php, line 13

Class

CronInterface
Provides the interface for the cart cron.

Namespace

Drupal\commerce_cart

Code

public function run();