constant_contact_admin_settings |
./constant_contact.module |
Implementation of hook_form() |
|
1 |
constant_contact_block |
./constant_contact.module |
Implementation of hook_block(). |
|
|
constant_contact_block_form |
./constant_contact.module |
Implementation of hook_form()
creates the join mailing list block |
|
1 |
constant_contact_block_form_submit |
./constant_contact.module |
Implementation of hook_form_submit()
process the join mailing list block |
|
|
constant_contact_block_form_validate |
./constant_contact.module |
Implementation of hook_form_validate()
validate the join mailing list block |
|
|
constant_contact_check_user |
./constant_contact.module |
returns boolean of whether or not the user (or anon subscriber) has signed up |
3 |
|
constant_contact_confirmation_email |
./constant_contact.module |
Send a confirmation email |
1 |
|
constant_contact_escape_listname |
./constant_contact.module |
makes the list name key for a mailing-list |
2 |
|
constant_contact_get_lists |
./constant_contact.module |
returns an array of available lists |
7 |
|
constant_contact_help |
./constant_contact.module |
Implementation of hook_help(). |
|
|
constant_contact_import |
./constant_contact.module |
Implementation of hook_form()
import users |
|
1 |
constant_contact_import_submit |
./constant_contact.module |
Implementation of hook_form_submit()
process import users |
|
|
constant_contact_install |
./constant_contact.install |
Implementation of hook_install(). |
|
|
constant_contact_menu |
./constant_contact.module |
Implementation of hook_menu(). |
|
|
constant_contact_perm |
./constant_contact.module |
Implementation of hook_perm(). |
|
|
constant_contact_save_user |
./constant_contact.module |
Store list in user-data, or session for anon users |
3 |
|
constant_contact_uninstall |
./constant_contact.install |
Implementation of hook_uninstall(). |
|
|
constant_contact_unsubscribe_confirm |
./constant_contact.module |
Implementation of hook_form()
confirm unsubscribe |
|
1 |
constant_contact_unsubscribe_confirm_submit |
./constant_contact.module |
Implementation of hook_form_submit()
process confirm unsubscribe |
|
|
theme_constant_contact_block_form |
./constant_contact.module |
Theme the mailing list block. |
|
|