function tripal_cv_update_dependencies

2.x tripal_cv.install tripal_cv_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_cv/tripal_cv.install, line 373
Contains functions executed only on install/uninstall of this module

Code

function tripal_cv_update_dependencies() {

  $dependencies = array();

  return $dependencies;
}