function vpr_trace in Views (for Drupal 7) 6.2
Same name and namespace in other branches
- 6.3 views.module \vpr_trace()
- 7.3 views.module \vpr_trace()
1 string reference to 'vpr_trace'
- views_trace in ./
views.module
File
- ./
views.module, line 983 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function vpr_trace() {
dpr(views_trace());
}