I'm creating a custom "glue" module for my site, and I want to define a path to another site as a global constant. Is there some drupal way to do it beyond putting a define() statement at the top of my module?
Use variable_get and variable_set.
If the glue module is really just for one site and it's no problem if it's hardcoded, by all means hardcode it.
A lot of constants are set in Drupal core's modules: http://api.drupal.org/api/constants/7
If you want a more flexible solution use a table with a single row and put it in there, and expose an interface to the admin to change that the value of that single row.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With