commerce_amws-8.x-1.x-dev/commerce_amws.install
commerce_amws.install
<?php
/**
* @file
* Install, update and uninstall functions for the Commerce AMWS module.
*/
/**
* Installs the Entity Synchronization module.
*/
function commerce_amws_update_9001() {
\Drupal::service('commerce_amws.updater.9001')->run();
}
