You are here

service commerce_recurring.cron in Commerce Recurring Framework 8

Class

Drupal\commerce_recurring\Cron
1 string reference to commerce_recurring.cron
CronTest::rewindTime in tests/src/Kernel/CronTest.php
Changes the current time.

File

./commerce_recurring.services.yml
commerce_recurring.services.yml

View source
  1. class: Drupal\commerce_recurring\Cron
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@commerce_recurring.order_manager'
  5. - '@datetime.time'