t('BC Math'), 'description' => t('Commerce requires the BC Math PHP extension.'), 'severity' => REQUIREMENT_ERROR, ]; } } return $requirements; } /** * Install the Token module. */ function commerce_update_8201() { \Drupal::service('module_installer')->install(['token']); }