Skip to content

Instantly share code, notes, and snippets.

@henryhu712
Created April 14, 2016 02:51
Drupal 7 global variables

Custom Global Variables in Drupal

It is strange that I can't get global variables in Drupal 7 with &drupal_static or $GLOBALS. Eventually $_SESSION['myVar'] successes.

Note that to remember to initiate your $_SESSION variables before using them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment