function translation_entity_install

Implements hook_install().

File

drupal/core/modules/translation_entity/translation_entity.install, line 58
Installation functions for Entity Translation module.

Code

function translation_entity_install() {
  language_negotiation_include();
  language_negotiation_set(LANGUAGE_TYPE_CONTENT, array(
    LANGUAGE_NEGOTIATION_URL => 0,
  ));
}