function hook_signup_update in Signup 7
Same name and namespace in other branches
- 6.2 signup.api.php \hook_signup_update()
- 6 signup.api.php \hook_signup_update()
Hook invoked after a signup has been updated.
Parameters
stdClass $signup: The fully-loaded signup object representing the updated signup.
File
- ./
signup.api.php, line 67 - This file documents the hooks invoked by the Signup module.
Code
function hook_signup_update($signup) {
// TODO
}