You are here

function vpr_trace in Views (for Drupal 7) 7.3

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

File

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

Code

function vpr_trace() {
  dpr(views_trace());
}