drush_simplenews_spool_count |
./simplenews.drush.inc |
Drush command to count the mail spool queue. |
|
|
drush_simplenews_spool_send |
./simplenews.drush.inc |
Drush command to send the mail spool queue. |
|
|
hook_simplenews_issue_operations |
./simplenews.api.php |
Return operations to be applied to newsletter issues. |
|
|
hook_simplenews_mail_result_alter |
./simplenews.api.php |
Invoked after sending of every mail to allow altering of the result. |
|
|
hook_simplenews_newsletter_delete |
./simplenews.api.php |
Act after a newsletter category has been deleted. |
|
|
hook_simplenews_newsletter_insert |
./simplenews.api.php |
Act after a newsletter category has been inserted. |
|
|
hook_simplenews_newsletter_update |
./simplenews.api.php |
Act after a newsletter category has been saved. |
|
|
hook_simplenews_source_cache_info |
./simplenews.api.php |
Expose SimplenewsSource cache implementations. |
|
|
hook_simplenews_subscriber_delete |
./simplenews.api.php |
Act after a subscriber has been deleted. |
|
|
hook_simplenews_subscriber_insert |
./simplenews.api.php |
Act after a new subscriber has been created. |
|
|
hook_simplenews_subscriber_update |
./simplenews.api.php |
Act after a subscriber is updated. |
|
|
hook_simplenews_subscribe_user |
./simplenews.api.php |
Invoked if a subscriber is subscribed to a newsletter. |
|
|
hook_simplenews_subscription_operations |
./simplenews.api.php |
Return operations to be applied to subscriptions. |
|
|
hook_simplenews_unsubscribe |
./simplenews.api.php |
Invoked if a subscriber is unsubscribed from a newsletter. |
|
|
simplenews_assert_uri |
./simplenews.module |
Checks that the site URI is set, and sets an error message otherwise. |
3 |
|
simplenews_check_node_types |
./simplenews.module |
Check if content type(s) is enabled for use as Simplenews newsletter. |
2 |
|
simplenews_cron |
./simplenews.module |
Implements hook_cron(). |
6 |
1 |
simplenews_demo_install |
modules/simplenews_demo/simplenews_demo.install |
Implements hook_install(). |
|
|
simplenews_drush_command |
./simplenews.drush.inc |
Implements hook_drush_command(). |
|
|
simplenews_entity_extra_field_info |
./simplenews.module |
Implements hook_entity_extra_field_info(). |
|
|
simplenews_entity_operation |
./simplenews.module |
Implements hook_entity_operation(). |
|
|
simplenews_field_formatter_info_alter |
./simplenews.module |
Implements hook_field_formatter_info_alter(). |
|
|
simplenews_field_views_data |
./simplenews.views.inc |
Implements hook_field_views_data(). |
|
|
simplenews_format_options |
./simplenews.module |
Returns simplenews format options. |
2 |
|
simplenews_form_node_form_alter |
./simplenews.module |
Implements hook_form_FORM_ID_alter(). |
|
|
simplenews_form_node_type_form_alter |
./simplenews.module |
Implements hook_form_FORM_ID_alter(). |
|
|
simplenews_form_node_type_submit |
./simplenews.module |
Submit callback to add the simplenews_issue field to node types. |
|
1 |
simplenews_form_user_register_form_alter |
./simplenews.module |
Implements hook_form_FORM_ID_alter(). |
|
|
simplenews_generate_hash |
./simplenews.module |
Generates the hash key used for subscribe/unsubscribe link. |
7 |
|
simplenews_get_content_types |
./simplenews.module |
Get all node types supported by Simplenews. |
3 |
1 |
simplenews_get_priority |
./simplenews.module |
Function to provide the various simplenews mail priorities for newsletters. |
2 |
|
simplenews_help |
./simplenews.module |
Implements hook_help(). |
|
|
simplenews_install |
./simplenews.install |
Implements hook_install(). |
|
|
simplenews_mail |
./simplenews.module |
Implements hook_mail(). |
|
|
simplenews_mask_mail |
./simplenews.module |
Mask a mail address. |
6 |
|
simplenews_migrate_prepare_row |
./simplenews.module |
Implements hook_migrate_prepare_row(). |
|
|
simplenews_newsletter_get_all |
./simplenews.module |
Loads all newsletters. |
12 |
|
simplenews_newsletter_get_visible |
./simplenews.module |
Loads all visible newsletters. |
3 |
|
simplenews_newsletter_list |
./simplenews.module |
Get list of simplenews categories with translated names. |
3 |
3 |
simplenews_new_account_options |
./simplenews.module |
Returns a list of options for the new account settings. |
1 |
|
simplenews_node_access |
./simplenews.module |
Implements hook_node_access(). |
|
|
simplenews_node_delete |
./simplenews.module |
Implements hook_node_delete(). |
|
|
simplenews_node_presave |
./simplenews.module |
Implements hook_node_presave(). |
|
|
simplenews_node_type_delete |
./simplenews.module |
Implements hook_node_type_delete(). |
|
|
simplenews_node_view |
./simplenews.module |
Implements hook_node_view(). |
|
|
simplenews_opt_inout_options |
./simplenews.module |
Returns the available options for the opt_inout newsletter property. |
1 |
|
simplenews_rules_action_send |
simplenews_rules/simplenews_rules.rules.inc |
Action implementation, send a newsletter node. |
|
|
simplenews_rules_action_subscribe |
simplenews_rules/simplenews_rules.rules.inc |
Action Implementation: Subscribe an e-mail adress to a Simplenews newsletter. |
|
|
simplenews_rules_action_subscriber_delete |
simplenews_rules/simplenews_rules.rules.inc |
Action Implementation: Delete an email address from all newsletters. |
|
|
simplenews_rules_action_subscription_delete |
simplenews_rules/simplenews_rules.rules.inc |
Action Implementation: Delete an email address from a specific newsletter. |
|
|