You are here

function mobile_codes_flush_caches in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.2 mobile_codes.module \mobile_codes_flush_caches()

Implements hook_flush_caches().

File

./mobile_codes.module, line 40
Mobile Codes core functions.

Code

function mobile_codes_flush_caches() {
  _mobile_codes_recursive_delete(file_directory_path() . '/mobile_codes');
  return array();
}