function tripal_bulk_loader_update_dependencies

2.x tripal_bulk_loader.install tripal_bulk_loader_update_dependencies()

Implementation of hook_update_dependencies().

It specifies a list of other modules whose updates must be run prior to this one. It also ensures the the Tripal API is in scope for site upgrades when tripal_core is disabled.

File

tripal_bulk_loader/tripal_bulk_loader.install, line 320
Install/Uninstalls, Enables/Disables this module.

Code

function tripal_bulk_loader_update_dependencies() {


  $dependencies = array();

  return $dependencies;
}