You are here

function bpn_upload_bulk_photo_nodes_method in Bulk File Nodes 7

Implements hook_bpn_upload().

Defines a multi-step form to use with bulk_photo_nodes.

File

modules/bpn_upload/bpn_upload.module, line 12
Hooks and functions for the bpn_upload module.

Code

function bpn_upload_bulk_photo_nodes_method() {
  return 'bpn_upload_form';
}