You are here

function vsm_trace in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 views.module \vsm_trace()
  2. 7.3 views.module \vsm_trace()
1 string reference to 'vsm_trace'
views_trace in ./views.module

File

./views.module, line 979
Primarily Drupal hooks and global API functions to manipulate views.

Code

function vsm_trace() {
  vsm(views_trace());
}