You are here

function icon_modules_disabled in Icon API 8

Same name and namespace in other branches
  1. 7 includes/cache.inc \icon_modules_disabled()

Implements hook_modules_enabled().

File

includes/cache.inc, line 72
cache.inc Provides hooks and functions for cache related tasks.

Code

function icon_modules_disabled($modules) {

  // Clear all caches so the can be rebuilt.
  icon_clear_all_caches();
}