You are here

function hook_transperfect_node_send_alter in GlobalLink Connect for Drupal 7.7

Same name and namespace in other branches
  1. 7.5 globallink.api.php \hook_transperfect_node_send_alter()
  2. 7.6 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_background_send in ./globallink_background_jobs.inc

File

./globallink.api.php, line 110
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) {
}