locale_module_preuninstall

locale_module_preuninstall($module)

Implements hook_module_preuninstall().

File

core/modules/locale/locale.module, line 325
Enables the translation of the user interface to languages other than English.

Code

function locale_module_preuninstall($module) {
  $components['module'] = array($module);
  locale_system_remove($components);
}
doc_Drupal
2016-10-29 09:24:17
Comments
Leave a Comment

Please login to continue.