Implements hook_drush_cache_clear().

Paramètres

$types: List of cache types that can be cleared.

Fichier

./advagg.drush.inc, line 14

Code

function advagg_drush_cache_clear(&$types) {
    // Add in Advanced CSS/JS Aggregation
    $types['advagg'] = 'drush_advagg_cache_scan';
}