function i18n_test_init in Internationalization 6
Same name and namespace in other branches
- 7 tests/i18n_test.module \i18n_test_init()
Implementation of hook_init()
File
- tests/
i18n_test.module, line 15 - Helper module for testing i18n
Code
function i18n_test_init() {
// We just implement this hook so this one is loaded always on bootstap
}