Mar
14
2009
Drupal | Programming | Tips
2 invaluable Drupal development tips: list all available variables and backtrace a page
The Drupal Devel module includes some invaluable functions that make working with Drupal much much easier. A short list of these functions can be found at this post. One of these is the dpm() command (which I would guess stands for “Drupal Print Message,” or at least that’s how I remember it). Given an array [...]
