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