vote up 3 vote down star
1

I'm creating a Drupal module which doesn't necessarily depend on other modules, but could offer other options if, for example, the Path module is enabled.

What I'd like to know, and can't seem to find by searching, is whether it is possible to detect which modules are currently enabled from another module so that that module can offer options which use those modules?

flag

1 Answer

vote up 7 vote down check

You can also check like this:

if(function_exists('a_function_you_know_the_module_provides')) { }
link|flag
Thanks for that - crazy that I couldn't find it on any searches through the drupal site or google... – HorusKol Oct 7 at 2:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.