| 6 views.module | vpr($message) |
| 7 views.module | vpr($message, $placeholders = array()) |
Shortcut to views_debug()
17 calls to vpr()
File
- ./
views.module, line 1168 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function vpr($message) {
views_debug($message);
}
Login or register to post comments