You are here

function hook_lingotek_entity_pre_upload in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.api.inc \hook_lingotek_entity_pre_upload()
  2. 7.5 lingotek.api.inc \hook_lingotek_entity_pre_upload()

Alter the Lingotek data for a translatable object prior to sending it for translation. This is called just before new documents are sent to the Lingotek Translation Management System (TMS).

Parameters

object $translatable_obj: An instance of the LingotekTranslatableEntity class

File

./lingotek.api.inc, line 16
Describe hooks provided by the Lingotek Translation module.

Code

function hook_lingotek_entity_pre_upload(LingotekTranslatableEntity $translatable_obj) {
}