You are here

function i18n_boot in Internationalization 7

Same name and namespace in other branches
  1. 6 i18n.module \i18n_boot()

Implements hook_boot().

File

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

Code

function i18n_boot() {

  // Just make sure the module is loaded for boot and the API is available.
}