function vpr

3.x views.module vpr($message, $placeholders = array())
2.x views.module vpr($message)

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);
}