function vpr in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 views.module \vpr()
- 7.3 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.
File
- ./
views.module, line 1168 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function vpr($message) {
views_debug($message);
}