function opigno_lms_clear_cache in Opigno LMS 3.x
Clear cache on installation.
1 string reference to 'opigno_lms_clear_cache'
- opigno_lms_install_tasks in ./
opigno_lms.profile - Implements hook_install_tasks().
File
- ./
opigno_lms.profile, line 134 - Enables modules and site configuration for a opigno_lms site installation.
Code
function opigno_lms_clear_cache() {
drupal_flush_all_caches();
}