You are here

function hook_signup_insert in Signup 6.2

Same name and namespace in other branches
  1. 6 signup.api.php \hook_signup_insert()
  2. 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.

2 functions implement hook_signup_insert()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

signup_pane_example_signup_insert in modules/signup_pane_example/signup_pane_example.module
Implementation of hook_signup_insert().
signup_webform_signup_insert in modules/signup_webform/signup_webform.module
Implementation of hook_signup_insert().

File

./signup.api.php, line 116
This file documents the hooks invoked by the Signup module.

Code

function hook_signup_insert($signup) {

  // TODO
}