function _views_include_handlers in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 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
Code
function _views_include_handlers() {
views_module_include('views.inc');
}