You are here

function lingotek_cohesion_test_install in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()
  2. 3.3.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()
  3. 3.5.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()
  4. 3.6.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()
  5. 3.7.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()
  6. 3.8.x tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install \lingotek_cohesion_test_install()

Implements hook_install().

File

tests/modules/lingotek_cohesion_test/lingotek_cohesion_test.install, line 13
Install, update and uninstall functions for the lingotek_cohesion_test module.

Code

function lingotek_cohesion_test_install() {
  _lingotek_cohesion_test_init_js_files();
  _lingotek_cohesion_test_init_form_components();
}