mailchimp_admin_settings |
./mailchimp.module |
|
|
1 |
mailchimp_cron |
./mailchimp.module |
Implementation of hook_cron. Resubscribes all users to the required lists if the user has chosen to do so. |
|
2 |
mailchimp_form_user_register_alter |
./mailchimp.module |
Implementation of hook_form_alter() .
Add subscription form to registration page |
|
|
mailchimp_get_merge_keys |
./mailchimp.module |
Get the available merge var keys |
1 |
|
mailchimp_get_merge_values |
./mailchimp.module |
Get all the potential merge var values for a given user |
1 |
|
mailchimp_mailchimp_merge_keys |
./mailchimp.module |
Implementation of hook_mailchimp_merge_keys |
|
|
mailchimp_mailchimp_merge_values |
./mailchimp.module |
Implementation of hook_mailchimp_merge_values |
|
|
mailchimp_menu |
./mailchimp.module |
Implementation of hook_menu. |
|
|
mailchimp_reset |
./mailchimp.module |
|
|
1 |
mailchimp_subscribe_form |
./mailchimp.module |
|
|
1 |
mailchimp_subscribe_form_submit |
./mailchimp.module |
|
|
|
mailchimp_subscribe_message |
./mailchimp.module |
|
|
1 |
mailchimp_unsubscribe_form |
./mailchimp.module |
|
|
1 |
mailchimp_unsubscribe_form_submit |
./mailchimp.module |
|
|
|
mailchimp_unsubscribe_form_validate |
./mailchimp.module |
|
|
|
mailchimp_user |
./mailchimp.module |
|
|
|
_mailchimp_get_api_object |
./mailchimp.module |
Get a Mailchimp API object for communication with the mailchimp server |
11 |
|
_mailchimp_get_available_lists |
./mailchimp.module |
Get all of the lists that the given user can subscribe to |
4 |
|
_mailchimp_get_required_lists |
./mailchimp.module |
Get all of the lists that the given user must be subscribed to |
1 |
|
_mailchimp_get_user_tokens |
./mailchimp.module |
Get the user tokens for merging |
1 |
|
_mailchimp_is_subscribed |
./mailchimp.module |
Check if the given user is subscribed to the given list |
4 |
|
_mailchimp_load_user_list_mergevars |
./mailchimp.module |
Get the relevent merge vars for the given user for the given list |
2 |
|
_mailchimp_subscribe_user |
./mailchimp.module |
Subscribe the given user to the given list if he/she is not already subscribed |
2 |
|
_mailchimp_unsubscribe_user |
./mailchimp.module |
Unsubscribe the given user to the given list |
2 |
|
_mailchimp_update_user |
./mailchimp.module |
Update the given user's subscrition to the given list |
1 |
|