You are here

function emimport_save_info_for_processing in Embedded Media Field 5

this will save the info gathered to be imported for later saving as a new node (during the cron or other process)

1 call to emimport_save_info_for_processing()
emimport_import_submit in contrib/emimport/emimport.module
This will import the selected set items as new nodes.

File

contrib/emimport/emimport.module, line 486

Code

function emimport_save_info_for_processing($info) {

  // TODO: save to the db and do this later, as a link or button or cron
  eimport_process_info($info);
}