You are here

function menu_fields_flush_caches in Menu Item Fields 7

Implements hook_flush_caches().

File

./menu_fields.module, line 718
Main file contain hooks/functions.

Code

function menu_fields_flush_caches() {
  return array(
    'cache_menu_fields',
  );
}