You are here

function opigno_lms_update_dependencies in Opigno LMS 3.x

Same name and namespace in other branches
  1. 7 opigno_lms.install \opigno_lms_update_dependencies()

Update dependencies.

File

./opigno_lms.install, line 367
Install, update and uninstall functions for the "opigno_lms" installation profile.

Code

function opigno_lms_update_dependencies() {
  $dependencies['opigno_calendar'][9001] = [
    'opigno_lms' => 9001,
  ];
  $dependencies['opigno_learning_path'][9001] = [
    'opigno_catalog' => 9001,
    'opigno_lms' => 9001,
  ];
  return $dependencies;
}