function commerce_license_cron in Commerce License 8.2
Same name and namespace in other branches
- 7 commerce_license.module \commerce_license_cron()
Implements hook_cron().
File
- ./
commerce_license.module, line 232 - Contains commerce_license.module.
Code
function commerce_license_cron() {
\Drupal::service('commerce_license.cron')
->run();
}