function vpr

Same name in other branches
  1. 7.x-3.x views.module \vpr()

Shortcut to views_debug()

17 calls to vpr()
view::execute in includes/view.inc
Execute the view's query.
view::execute_display in includes/view.inc
Execute the given display, with the given arguments. To be called externally by whatever mechanism invokes the view, such as a page callback, hook_block, etc.
view::preview in includes/view.inc
Preview the given display, with the given arguments.
view::render in includes/view.inc
Render this view for a certain display.
view::set_display in includes/view.inc
Set the display as current.

... See full list

File

./views.module, line 1168

Code

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