1 views.module | views_fetch_data($table = NULL, $move = TRUE, $reset = FALSE) |
Fetch Views' data from the cache
File
- core/
modules/ views/ views.module, line 1178 - Primarily Backdrop hooks and global API functions to manipulate views.
Code
function views_fetch_data($table = NULL, $move = TRUE, $reset = FALSE) {
views_include('cache');
return _views_fetch_data($table, $move, $reset);
}