You are here

function gathercontent_update in GatherContent 7.3

Callback for `gathercontent_update` action.

This function is never called, because we are using separated method for execution for this functionality. Update content from GatherContent.

Parameters

object $entity: Entity, we want to update.

array $context: Context of action.

See also

gathercontent_action_info

File

./gathercontent.module, line 394

Code

function gathercontent_update(&$entity, array &$context) {

  // This will be never called.
}