You are here

function hook_gathercontent_pre_node_upload_alter in GatherContent 7.3

Alter configuration before it's uploaded to GatherContent.

You can change configuration or node before it's uploaded to GatherContent.

Parameters

object $node: Object of node.

$source_values: Source fields representing object in GatherContent.

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

File

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

Code

function hook_gathercontent_pre_node_upload_alter(&$node, &$source_values) {
}