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
- interface \Drupal\commerce_recurring\CronInterface
Expanded class hierarchy of CronInterface
All classes that implement CronInterface
File
- src/
CronInterface.php, line 11
Namespace
Drupal\commerce_recurringView source
interface CronInterface {
/**
* Runs the cron.
*/
public function run();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CronInterface:: |
public | function | Runs the cron. | 1 |