You are here

function hook_gathercontent_post_node_upload in GatherContent 7.3

Alter node after its configuration is uploaded to GatherContent.

You can change all node properties and perform various operations with them after the node is uploaded to GatherContent.

Parameters

object $node: Object of node.

$source_values: Source fields representing object in GatherContent.

1 invocation of hook_gathercontent_post_node_upload()
gathercontent_upload_process in ./gathercontent.module
Batch operation callback.

File

./gathercontent.api.php, line 73
Hooks provided by the GatherContent module.

Code

function hook_gathercontent_post_node_upload($node, $source_values) {
}