projects
/
project/views.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Issue #934104 by hefox | tauno: Fixed hook_views_pre_view() called later when using...
[project/views.git]
/
views.drush.inc
1
<
?php
2
3
/**
4
* @file
5
* Drush integration of views.
6
*/
7
8
/**
9
* Adds a cache clear option for views.
10
*/
11
function
views_drush_cache_clear
(&
$types
) {
12
$types
[
'views'
] =
'views_invalidate_cache'
;
13
}