You are here

function _views_include_handlers in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 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() {
  views_module_include('views.inc');
}