function hook_transperfect_node_send_alter in GlobalLink Connect for Drupal 7.6
Same name and namespace in other branches
- 7.7 globallink.api.php \hook_transperfect_node_send_alter()
- 7.5 globallink.api.php \hook_transperfect_node_send_alter()
Allows other modules to alter node submissions.
Parameters
array $globalLink_arr: The submission array.
array $data: An array of data about the node translation.
1 invocation of hook_transperfect_node_send_alter()
- globallink_send_for_translations in ./
globallink_node.inc - Sends content to GlobalLink for translation.
File
- ./
globallink.api.php, line 111 - This file provides an example for the implementation of hooks that other modules can implement. Please read documentation for more details.
Code
function hook_transperfect_node_send_alter($globalLink_arr, $data) {
}