You are here

function gathercontent_upload in GatherContent 7.3

Callback for `gathercontent_upload` action.

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

Upload content to GatherContent.

Parameters

object $entity: Entity, we want to upload.

array $context: Context of action.

See also

gathercontent_action_info

gathercontent_views_vbo_upload

File

./gathercontent.module, line 414

Code

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

  // This will be never called.
}