interface CronInterface in Commerce Core 8.2
Provides the interface for the cart cron.
Hierarchy
- interface \Drupal\commerce_cart\CronInterface
Expanded class hierarchy of CronInterface
All classes that implement CronInterface
File
- modules/
cart/ src/ CronInterface.php, line 8
Namespace
Drupal\commerce_cartView source
interface CronInterface {
/**
* Runs the cron.
*/
public function run();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CronInterface:: |
public | function | Runs the cron. | 1 |