views_fetch_plugin_data

6 views.module views_fetch_plugin_data($type = NULL, $plugin = NULL, $reset = FALSE)
7 views.module views_fetch_plugin_data($type = NULL, $plugin = NULL, $reset = FALSE)

Fetch the plugin data from cache.

15 calls to views_fetch_plugin_data()

File

./views.module, line 907
Primarily Drupal hooks and global API functions to manipulate views.

Code

function views_fetch_plugin_data($type = NULL, $plugin = NULL, $reset = FALSE) {
  views_include('cache');
  return _views_fetch_plugin_data($type, $plugin, $reset);
}
Login or register to post comments