function locale_modules_enabled

Implements hook_modules_enabled().

1 call to locale_modules_enabled()
locale_modules_disabled in modules/locale/locale.module
Implements hook_modules_disabled().

File

modules/locale/locale.module, line 641

Code

function locale_modules_enabled($modules) {
    include_once DRUPAL_ROOT . '/includes/language.inc';
    language_types_set();
    language_negotiation_purge();
}

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