function vpr
Shortcut to views_debug().
10 calls to vpr()
- view::execute in includes/
view.inc - Execute the view's query.
- view::set_display in includes/
view.inc - Set the display as current.
- views_get_handler in ./
views.module - Fetch a handler from the data cache.
- views_get_table_join in includes/
handlers.inc - Fetch a handler to join one table to a primary table from the data cache.
- views_handler::ensure_my_table in includes/
handlers.inc - Ensure the main table for this handler is in the query. This is used a lot.
File
-
./
views.module, line 1880
Code
function vpr($message, $placeholders = array()) {
views_debug($message, $placeholders);
}