commerce_exchanger.module in Commerce Exchanger 8
Main module file.
File
commerce_exchanger.moduleView source
<?php
/**
* @file
* Main module file.
*/
/**
* Implements hook_cron().
*/
function commerce_exchanger_cron() {
// Import exchange rates.
\Drupal::service('commerce_exchanger.import')
->run();
}
Functions
Name | Description |
---|---|
commerce_exchanger_cron | Implements hook_cron(). |