By hellsnail on
I make Prado apps.
I'm starting to create custom 4.7 modules.
so far, so good.
but isn't it possible to respond to the module's [Save Configuration] function?
I figured I could just write a hook_update() function but it seems not.
I know that my form params are automatically saved for me but I need to post process something when a save happens.
I wish drupal had some nice docs made with phpDocumenter.
chris.
Comments
Maybe in hook_nodeapi?
Maybe in hook_nodeapi?
hook_settings vs complex
From the hook_settings documentation:
--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.