Core drupal hooks in Signup 6.2
Same name and namespace in other branches
- 5.2 signup.module \signup_core
- 5 signup.module \signup_core
- 6 signup.module \signup_core
- 7 signup.module \signup_core
File
- ./
signup.module, line 15 - The Signup module (http://drupal.org/project/signup) manages replies to nodes. In particular, it's good for event management. Signup supports sending reminder emails and automatically closing signups for nodes with a start time, via the Event…
Functions
Name | Location | Description |
---|---|---|
signup_block |
includes/ |
Implementation of hook_block(). |
signup_cron |
./ |
Implementation of hook_cron(). |
signup_form_alter |
./ |
Implementation of hook_form_alter(). |
signup_help |
./ |
Implementation of hook_help(). |
signup_menu |
./ |
Implementation of hook_menu(). |
signup_perm |
./ |
Implementation of hook_perm(). |
signup_user |
./ |
Implementation of hook_user(). |