function hook_transperfect_update_node_ticket_id_alter in GlobalLink Connect for Drupal 7.7
Same name and namespace in other branches
- 7.5 globallink.api.php \hook_transperfect_update_node_ticket_id_alter()
- 7.6 globallink.api.php \hook_transperfect_update_node_ticket_id_alter()
Allows other modules to hook into the updating of a node ticket ID post submission.
Parameters
array $submissions: The submissions that were sent.
string $project_code: The project code.
File
- ./
globallink.api.php, line 123 - 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_update_node_ticket_id_alter($submissions, $project_code) {
}