You are here

function i18n_test_init in Internationalization 7

Same name and namespace in other branches
  1. 6 tests/i18n_test.module \i18n_test_init()

Implements 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
}