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