| 6 views.module | views_flush_caches() |
| 7 views.module | views_flush_caches() |
Implementation of hook_flush_caches().
File
- ./
views.module, line 594 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_flush_caches() {
return array('cache_views', 'cache_views_data');
}
Login or register to post comments