constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 6.2
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 7 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 3.x simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
2 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- simplenews_unsubscribe_user in ./
simplenews.module - Unsubscribe a user from a newsletter or send a confirmation mail.
- simplenews_unsubscribe_user_action in simplenews_action/
simplenews_action.module - A configurable Drupal action. Unsubscribe the user from a newsletter hook = user: Unsubscribe this user from selected newsletter
File
- ./
simplenews.module, line 38 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);