You are here

Subscriber in Simplenews 7.2

Same name and namespace in other branches
  1. 8.2 simplenews.api.php \subscriber
  2. 8 simplenews.api.php \subscriber
  3. 7 simplenews.api.php \subscriber
  4. 3.x simplenews.api.php \subscriber

@todo

File

./simplenews.api.php, line 28
Hooks provided by the Simplenews module.

Functions

Namesort descending Location Description
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_unsubscribe ./simplenews.api.php Invoked if a subscriber is unsubscribed from a newsletter.
simplenews_load_user_by_mail ./simplenews.module Load a user or creates a dummy anonymous user.
simplenews_subscriber_delete ./simplenews.module Delete subscriber and corresponding subscriptions from the database.
simplenews_subscriber_delete_multiple ./simplenews.module Delete subscribers and corresponding subscriptions from the database.
simplenews_subscriber_load ./simplenews.module Load a simplenews newsletter subscriber object.
simplenews_subscriber_load_by_mail ./simplenews.module Load a simplenews newsletter subscriber object.
simplenews_subscriber_load_by_uid ./simplenews.module Load a simplenews newsletter subscriber object.
simplenews_subscriber_load_multiple ./simplenews.module Loads simplenews subscriber objects.
simplenews_subscriber_save ./simplenews.module Store subscriber object in the database.

Classes

Namesort descending Location Description
SimplenewsSubscriberController includes/simplenews.controller.inc Controller for simplenews_subscriber entity.
SimplenewsSubscriberMetadataController includes/simplenews.info.inc Metadata controller for the simplenews_subscriber entity.