Tripal
Functions
tripal_bulk_loader.drush.inc File Reference

Functions

 tripal_bulk_loader_drush_command ()
 
 drush_tripal_bulk_loader_tripal_loader_progress ()
 
 drush_tripal_bulk_loader_tripal_loader_view ($nid)
 
 drush_tripal_bulk_loader_tripal_loader_cancel ($nid)
 
 drush_tripal_bulk_loader_tripal_loader_submit ($nid)
 
 drush_tripal_bulk_loader_tripal_loader_revert ($nid)
 

Detailed Description

Implements drush integration for this module

Function Documentation

◆ drush_tripal_bulk_loader_tripal_loader_cancel()

drush_tripal_bulk_loader_tripal_loader_cancel (   $nid)

Cancels the specified bulk loading job.

Parameters
$nidThe Node ID of the bulk Loading Job

◆ drush_tripal_bulk_loader_tripal_loader_progress()

drush_tripal_bulk_loader_tripal_loader_progress ( )

Code ran for the tripal-loader-progress drush command Display the progress of any running tripal bulk loading job.

◆ drush_tripal_bulk_loader_tripal_loader_revert()

drush_tripal_bulk_loader_tripal_loader_revert (   $nid)

Revert the records loaded by the last run of the specified loading job. This is only available if the specified loading job is keeping track of inserted IDs.

Parameters
$nidThe Node ID of the bulk Loading Job

◆ drush_tripal_bulk_loader_tripal_loader_submit()

drush_tripal_bulk_loader_tripal_loader_submit (   $nid)

Submit or Re-submit the given bulk loading job.

Parameters
$nidThe Node ID of the bulk Loading Job

◆ drush_tripal_bulk_loader_tripal_loader_view()

drush_tripal_bulk_loader_tripal_loader_view (   $nid)

Returns the status/details of the specified bulk loading job.

Parameters
$nidThe Node ID of the bulk Loading Job

◆ tripal_bulk_loader_drush_command()

tripal_bulk_loader_drush_command ( )

Implements hook_drush_command().