You are here

function cloudflare_update_8001 in CloudFlare 8

Installs ctools module. Uninstalls cloudflare_zone_ui.

File

./cloudflare.install, line 48
Install, update, and uninstall functions for the CloudFlare module.

Code

function cloudflare_update_8001(&$sandbox) {
  \Drupal::service('module_installer')
    ->install([
    'ctools',
  ]);
}