You are here

constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 7

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  2. 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  3. 6.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  4. 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  5. 3.x simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
5 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
SimplenewsSubscribeTestCase::testSubscribeAnonymousSingle in tests/simplenews.test
Test anonymous subscription with single opt in.
SimplenewsSubscribeTestCase::testSubscribeAuthenticated in tests/simplenews.test
testSubscribeAuthenticated
simplenews_subscription_list_add_submit in includes/simplenews.admin.inc
@todo
simplenews_unsubscribe_user in ./simplenews.module
Unsubscribe a user from a mailing list or send a confirmation mail.
_simplenews_subscription_list_export_get_emails in includes/simplenews.admin.inc
Helper function to get comma separated list of emails to be exported.

File

./simplenews.module, line 29
Simplenews node handling, sent email, newsletter block and general hooks

Code

define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);