views_fetch_data

Versions
6 – 7
views_fetch_data($table = NULL)

Fetch Views' data from the cache

▾ 7 functions call views_fetch_data()

template_preprocess_views_ui_edit_view in contributions/views/includes/admin.inc
Preprocess the view edit page.
views_fetch_base_tables in contributions/views/includes/admin.inc
Fetch a list of all base tables available
views_fetch_fields in contributions/views/includes/admin.inc
Fetch a list of all fields available for a given base type.
views_get_handler in contributions/views/views.module
Fetch a handler from the data cache.
views_get_handler in contributions/views/views.module
Fetch a handler from the data cache.
views_get_table_join in contributions/views/includes/handlers.inc
Fetch a handler to join one table to a primary table from the data cache
views_ui_config_item_form in contributions/views/includes/admin.inc
Form to config_item items in the views UI.

Code

contributions/views/views.module, line 682

<?php
function views_fetch_data($table = NULL) {
  views_include('cache');
  return _views_fetch_data($table);
}
?>

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters (without spaces) shown in the image.