You are here

function _views_include_handlers in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 includes/cache.inc \_views_include_handlers()

Load views files on behalf of modules.

1 call to _views_include_handlers()
views_include_handlers in ./views.module
Load views files on behalf of modules.

File

includes/cache.inc, line 12
cache.inc

Code

function _views_include_handlers($reset) {
  views_module_include('views.inc', $reset);
}