function locale_module_preuninstall

Implements hook_module_preuninstall().

File

core/modules/locale/locale.module, line 329

Code

function locale_module_preuninstall($module) {
  $components['module'] = [
    $module,
  ];
  locale_system_remove($components);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.