function opigno_lms_update_dependencies in Opigno LMS 7
Same name and namespace in other branches
- 3.x opigno_lms.install \opigno_lms_update_dependencies()
File
- ./
opigno_lms.install, line 1110 - Install, update and uninstall functions for the Opigno LMS installation profile.
Code
function opigno_lms_update_dependencies() {
$dependencies = array();
if (module_exists('h5p')) {
$dependencies['opigno_lms'][7112] = array(
'h5p' => 7110,
);
}
return $dependencies;
}