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