Hi
I want to create a module where I will place all my functions that I will use from other modules. It means that I want to create a separate module with common functions for all other modules.
How should I define the mymodule_menu() function $items array that way it be just a functions set, not a module page?

Thanks

Comments

dproger’s picture

nevets’s picture

If all the module does is provide support functions there is no need for hook_menu().