| 6 views.module | views_fetch_data($table = NULL, $reset = FALSE) |
| 7 views.module | views_fetch_data($table = NULL, $move = TRUE, $reset = FALSE) |
Fetch Views' data from the cache
11 calls to views_fetch_data()
File
- ./
views.module, line 896 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_fetch_data($table = NULL, $reset = FALSE) {
views_include('cache');
return _views_fetch_data($table, $reset);
}
Login or register to post comments