function views_fetch_data
Same name in other branches
- 7.x-3.x views.module \views_fetch_data()
Fetch Views' data from the cache
11 calls to views_fetch_data()
- template_preprocess_views_ui_edit_view in includes/
admin.inc - Preprocess the view edit page.
- view::init_query in includes/
view.inc - Do some common building initialization.
- views_fetch_base_tables in includes/
admin.inc - Fetch a list of all base tables available
- views_fetch_fields in includes/
admin.inc - Fetch a list of all fields available for a given base type.
- views_get_handler in ./
views.module - Fetch a handler from the data cache.
File
-
./
views.module, line 896
Code
function views_fetch_data($table = NULL, $reset = FALSE) {
views_include('cache');
return _views_fetch_data($table, $reset);
}