Drupal Functions

Drupal link function

The Drupal link function is a handy and easy way to create hyperlinks in your module or theme.

This example will print our human readable information about the $_SESSION inside a drupal_set_message. You can replace the $_SESSION with any other variable or array (or object).