I have a module which needs to send an e-mail when a comment is modified via fasttoggle. This could be possible in several ways, but I thought it would be helpful to do this in a way that allows for modules to take generalized actions when a fasttoggle is toggled.
The attached patch creates a new hook: hook_fasttoggle_toggle($type, $object, $option).
| Comment | File | Size | Author |
|---|---|---|---|
| extend_fasttoggle_hook.patch | 1.71 KB | greggles |
Comments
Comment #1
kkaefer commentedMakes sense. Comitted to -dev. Thanks!