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

Mirrorball’s picture

Maybe in hook_nodeapi?

heine’s picture

From the hook_settings documentation:

The form items defined on the settings page will be saved with variable_set(), and can be later retrieved with variable_get(). If you need to store more complicated data (for example, in a separate table), define your own administration page and link to it using hook_menu().

--
Tips for posting to the forums.
When your problem is solved, please post a follow-up to the thread you started.