You are here

interface CronInterface in Commerce Core 8.2

Provides the interface for the cart cron.

Hierarchy

Expanded class hierarchy of CronInterface

All classes that implement CronInterface

File

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

Namespace

Drupal\commerce_cart
View source
interface CronInterface {

  /**
   * Runs the cron.
   */
  public function run();

}

Members

Namesort descending Modifiers Type Description Overrides
CronInterface::run public function Runs the cron. 1