constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
- 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
- 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
- 3.x simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
3 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
- SimplenewsSubscribeTestCase::testSubscribeAnonymous in tests/
simplenews.test - testSubscribeAnonymous
- simplenews_subscribe_user in ./
simplenews.module - Subscribe a user to a newsletter 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 28 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED', 2);