You are here

function commerce_update_8201 in Commerce Core 8.2

Install the Token module.

File

./commerce.install, line 29
Contains install and update functions for Commerce.

Code

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