You are here

function magic_drush_cache_clear in Magic 7

Same name and namespace in other branches
  1. 7.2 includes/magic.drush.inc \magic_drush_cache_clear()

Implements hook_drush_cache_clear().

File

./magic.module, line 552
Keep Frontend DRY; sprinkle it with MAGIC!

Code

function magic_drush_cache_clear(&$types) {
  $types['magic'] = '_magic_clear_cache';
}