views.drush.inc in Views (for Drupal 7) 6.2
Drush integration of views.
File
views.drush.incView source
<?php
/**
* @file
* Drush integration of views.
*/
/**
* Adds a cache clear option for views.
*/
function views_drush_cache_clear(&$types) {
$types['views'] = 'views_invalidate_cache';
}
Functions
Name | Description |
---|---|
views_drush_cache_clear | Adds a cache clear option for views. |