You are here

interface CronInterface in Commerce Recurring Framework 8

Provides the interface for the Recurring module's cron.

Queues ended recurring orders for closing/renewal and pending/trial subscriptions for activation.

Hierarchy

Expanded class hierarchy of CronInterface

All classes that implement CronInterface

File

src/CronInterface.php, line 11

Namespace

Drupal\commerce_recurring
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