You are here

function i18n_exit in Internationalization 5.3

Same name and namespace in other branches
  1. 5 i18n.module \i18n_exit()
  2. 5.2 i18n.module \i18n_exit()
  3. 6 i18n.module \i18n_exit()

Implementation of hook_exit

File

./i18n.module, line 853
Internationalization (i18n) module

Code

function i18n_exit() {
  _i18n_variable_exit();
}