You are here

function vpr in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 views.module \vpr()
  2. 7.3 views.module \vpr()

Shortcut to views_debug()

14 calls to vpr()
view::execute in includes/view.inc
Execute the view's query.
view::render in includes/view.inc
Render this view for display.
view::set_display in includes/view.inc
Set the display as current.
views_block in ./views.module
Implementation of hook_block
views_fetch_handler_data in includes/handlers.inc
Fetch the handler data from cache.

... See full list

File

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

Code

function vpr($message) {
  views_debug($message);
}