function views_load_view in Views (for Drupal 7) 5
Load a view from the database -- public version of the function.
1 call to views_load_view()
File
- ./
views.module, line 902
Code
function views_load_view($arg) {
return _views_load_view($arg);
}