simplenews_access |
./simplenews.module |
Implementation of hook_access(). |
|
|
simplenews_activate_subscription |
./simplenews.module |
Callback function to activate the specified subscriptions. |
|
1 |
simplenews_admin_export_after_build |
./simplenews.module |
|
|
1 |
simplenews_admin_news |
./simplenews.module |
|
|
1 |
simplenews_admin_news_submit |
./simplenews.module |
|
|
|
simplenews_admin_settings |
./simplenews.module |
Generate settings form. |
|
1 |
simplenews_admin_settings_validate |
./simplenews.module |
Forms API callback; validates the settings form. |
|
|
simplenews_admin_types_delete |
./simplenews.module |
Forms API callback; newsletter (term) delete form. |
|
1 |
simplenews_admin_types_delete_submit |
./simplenews.module |
Forms API callback; handles submit for newsletter (term) delete form. |
|
|
simplenews_admin_types_form |
./simplenews.module |
Forms API callback; displays newsletter (term) add/edit form. |
|
1 |
simplenews_admin_types_form_submit |
./simplenews.module |
Forms API callback; handles newsletter (term) form submit. |
|
|
simplenews_admin_users_delete |
./simplenews.module |
Forms API callback; delete user subscription form. Form to delete user from
all newsletters. |
|
1 |
simplenews_admin_users_delete_submit |
./simplenews.module |
Forms API callback; delete user subscription submit. |
|
|
simplenews_admin_users_form |
./simplenews.module |
Menu callback; handles the edit/delete subscription page and a subscription
page for anonymous users. |
|
1 |
simplenews_block |
./simplenews.module |
Implementation of hook_block(). |
|
|
simplenews_block_form |
./simplenews.module |
Show block subscription form. |
|
1 |
simplenews_block_form_submit |
./simplenews.module |
Forms API callback; handles block form (un)subscribe submissions. |
|
|
simplenews_block_form_validate |
./simplenews.module |
Forms API callback; handles block form (un)subscribe validation. |
|
|
simplenews_build_subscription_filter_query |
./simplenews.module |
Build query for subscription filters based on session var content. |
1 |
|
simplenews_confirm_add_form |
./simplenews.module |
Generate the confirm add form. |
|
1 |
simplenews_confirm_add_form_submit |
./simplenews.module |
Forms API callback; handles form submission for a user confirming subscribe
request. |
|
|
simplenews_confirm_removal_form |
./simplenews.module |
Generate the confirm remove form. |
|
1 |
simplenews_confirm_removal_form_submit |
./simplenews.module |
Forms API callback; handles form submission for a user confirming unsubscribe
request. |
|
|
simplenews_confirm_subscription |
./simplenews.module |
Menu callback; confirm the user's (un)subscription request when they click
on the confirm link in the e-mail footer. |
|
1 |
simplenews_cron |
./simplenews.module |
Implementation of hook_cron(). |
|
|
simplenews_delete |
./simplenews.module |
Implementation of hook_delete(). |
|
|
simplenews_delete_subscription |
./simplenews.module |
API function; deletes every subscription for the given subscription ID. |
2 |
|
simplenews_enable |
./simplenews.install |
Implementation of hook_enable(). |
|
|
simplenews_form |
./simplenews.module |
Implementation of hook_form(). |
|
|
simplenews_forms |
./simplenews.module |
Implementation of hook_forms |
|
|
simplenews_form_alter |
./simplenews.module |
Implementation of hook_form_alter(). |
|
|
simplenews_get_filter |
./simplenews.module |
Built filter selection box options and filter query where clause |
1 |
|
simplenews_get_subscription |
./simplenews.module |
API function; returns the subscription for the given subscription ID. |
3 |
|
simplenews_get_user_subscription |
./simplenews.module |
API function; returns the subscription for the given e-mail address. |
5 |
|
simplenews_handler_filter_send_status |
./simplenews_views.inc |
Views filter handler for newsletter send status |
|
1 |
simplenews_handler_send_status |
./simplenews_views.inc |
Views field handler for newsletter send status |
|
1 |
simplenews_handle_messages |
./simplenews.module |
|
|
|
simplenews_help |
./simplenews.module |
Implementation of hook_help |
|
|
simplenews_html_to_text |
./simplenews.module |
Convert html text to plain text. |
1 |
|
simplenews_inactivate_subscription |
./simplenews.module |
Callback function to inactivate the specified subscriptions. |
|
1 |
simplenews_init |
./simplenews.module |
Implementation of hook_init(). |
|
|
simplenews_insert |
./simplenews.module |
Implementation of hook_insert().
Saves extra node content to module database table. |
|
|
simplenews_install |
./simplenews.install |
|
|
|
simplenews_load |
./simplenews.module |
Implementation of hook_load(). |
|
|
simplenews_mail_confirm |
./simplenews.module |
Send confirmation email |
2 |
|
simplenews_mail_send |
./simplenews.module |
Mail engine to send newsletter. If you want to send HTML newsletters you need
to plug in an extra module |
3 |
|
simplenews_menu |
./simplenews.module |
Implementation of hook_menu(). |
|
|
simplenews_nodeapi |
./simplenews.module |
Implementation of hook_nodeapi(). |
|
|
simplenews_node_info |
./simplenews.module |
Implementation of hook_node_info(). |
|
|
simplenews_node_prepare |
./simplenews.module |
Prepare node for sending |
2 |
|