constant SIMPLENEWS_STATUS_SEND_NOT in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
- 8 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
- 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
- 6 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
- 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
NEWSLETTER SENT STATUS
13 uses of SIMPLENEWS_STATUS_SEND_NOT
- SimplenewsSendTestCase::testDelete in tests/
simplenews.test - Create a newsletter, send mails and then delete.
- SimplenewsSendTestCase::testSendMultipleNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendNowCron in tests/
simplenews.test - Send a newsletter without using cron.
- SimplenewsSendTestCase::testSendNowCronThrottle in tests/
simplenews.test - Send a newsletter using cron and a low throttle.
- SimplenewsSendTestCase::testSendNowNoCron in tests/
simplenews.test - Send a newsletter using cron.
File
- ./
simplenews.module, line 34 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_STATUS_SEND_NOT', 0);