Subscription in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.api.php \subscription
- 8 simplenews.api.php \subscription
- 7.2 simplenews.api.php \subscription
- 3.x simplenews.api.php \subscription
@todo
File
- ./
simplenews.api.php, line 40 - Hooks provided by the Simplenews module.
Functions
|
Name |
Location | Description |
|---|---|---|
| simplenews_get_subscriptions_by_list |
./ |
Returns a list of active subscriptions for a given newsletter category. |
| simplenews_subscribe_user |
./ |
Subscribe a user to a newsletter or send a confirmation mail. |
| simplenews_subscription_delete |
./ |
Delete subscriptions. |
| simplenews_subscription_save |
./ |
Save a subscription. |
| simplenews_subscription_update |
./ |
Update subscriber objects in the database. |
| simplenews_unsubscribe_user |
./ |
Unsubscribe a user from a mailing list or send a confirmation mail. |
| simplenews_user_is_subscribed |
./ |
Check if the email address is subscribed to the given mailing list. |