commerce_inventory-8.x-1.0-alpha6/commerce_inventory.install
commerce_inventory.install
<?php
/**
* @file
* Install, update and uninstall functions for the commerce_inventory module.
*/
/**
* Update edit-multiple form to use new location-based edit-multiple form.
*/
function commerce_inventory_update_8001() {
\Drupal::configFactory()->getEditable('system.action.commerce_inventory_item_edit')->delete();
\Drupal::service('config.installer')->installDefaultConfig('module', 'commerce_inventory');
}
