You are here

function gc_update_process in GatherContent 8

Batch operation callback.

We are doing real update thing here.

Parameters

object $node: Object of content we want to update.

1 string reference to 'gc_update_process'
gc_views_vbo_update in ./_old.gc.module
Submit callback for `views_bulk_operations_confirm_form`.

File

./_old.gc.module, line 475

Code

function gc_update_process($node, $uuid, &$context) {
  _gc_fetcher($node->gc_id, $uuid, NULL, $node);
  $context['results']['uuid'] = $uuid;
}