This module contains helper functions for Backdrop developers. It provides a wide array of tools for examining the functionality of your site, including:
Although the abilities of this module are restricted to a permission ('access development information'), it's a good idea not to have this module enabled on production servers due to its exceedingly dangerous functionality.
The most common functions for dumping variables include:
dpr()
: Prints a variable using print_r()
to the messages area.dpm()
: Prints a variable using the krumo library to the messages area.dvm()
: Prints a variable using var_export()
to the messages area.All of these functions will only show the messages to users that have the 'access development information' permission.
Included in this package is also:
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.
Originally written for Drupal by
This module is seeking additional maintainers.