function pages_restriction_drush_cache_clear in Pages Restriction Access 7
Implements hook_drush_cache_clear().
File
- ./
pages_restriction.drush.inc, line 11 - File to hook drush cc all execution.
Code
function pages_restriction_drush_cache_clear(&$types) {
$types['pages_restriction'] = '_pages_restriction_cache_clear';
}