1.20.x views.module | views_fetch_plugin_data($type = NULL, $plugin = NULL, $reset = FALSE) |
Fetch the plugin data from cache.
File
- modules/
views/ views.module, line 1150 - Primarily Backdrop 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);
}