You are here

public function CronInterface::run in Commerce Recurring Framework 8

Runs the cron.

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

File

src/CronInterface.php, line 16

Class

CronInterface
Provides the interface for the Recurring module's cron.

Namespace

Drupal\commerce_recurring

Code

public function run();