You are here

function opigno_lms_install_task_post_install in Opigno LMS 7

Install task: call modules that implement the opigno_lms_post_install hook to do some final tasks when installing the platform.

File

./opigno_lms.profile, line 440
Enables modules and site configuration for a standard site installation. Provides a default API for Apps and modules to use. This will simplify the user experience.

Code

function opigno_lms_install_task_post_install() {
  module_invoke_all('opigno_lms_post_install');
}