function role_export_flush_caches in Role Export 6
Implements hook_flush_caches().
File
- ./
role_export.module, line 22 - Role Export's primary module file.
Code
function role_export_flush_caches() {
role_export_normalize();
}
Implements hook_flush_caches().
function role_export_flush_caches() {
role_export_normalize();
}