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