You are here

function commerce_order_update_8207 in Commerce Core 8.2

Install the Commerce Number Pattern module.

File

modules/order/commerce_order.install, line 125
Install, update and uninstall functions for the Order module.

Code

function commerce_order_update_8207() {
  \Drupal::service('module_installer')
    ->install([
    'commerce_number_pattern',
  ]);
}