function i18n_exit in Internationalization 5
Same name and namespace in other branches
- 5.3 i18n.module \i18n_exit()
- 5.2 i18n.module \i18n_exit()
- 6 i18n.module \i18n_exit()
Implementation of hook_exit
File
- ./
i18n.module, line 788 - Internationalization (i18n) module
Code
function i18n_exit() {
_i18n_variable_exit();
}