Tripal
|
Implements drush integration for this module
drush_tripal_bulk_loader_tripal_loader_cancel | ( | $nid | ) |
Cancels the specified bulk loading job.
$nid | The Node ID of the bulk Loading Job |
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 | ( | $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.
$nid | The Node ID of the bulk Loading Job |
drush_tripal_bulk_loader_tripal_loader_submit | ( | $nid | ) |
Submit or Re-submit the given bulk loading job.
$nid | The Node ID of the bulk Loading Job |
drush_tripal_bulk_loader_tripal_loader_view | ( | $nid | ) |
Returns the status/details of the specified bulk loading job.
$nid | The Node ID of the bulk Loading Job |
tripal_bulk_loader_drush_command | ( | ) |
Implements hook_drush_command().