You are here

constant SIMPLENEWS_STATUS_SEND_PENDING in Simplenews 7.2

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
  2. 8 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
  3. 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
  4. 6 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
  5. 7 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
  6. 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
8 uses of SIMPLENEWS_STATUS_SEND_PENDING
SimplenewsSendTestCase::testDelete in tests/simplenews.test
Create a newsletter, send mails and then delete.
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.
simplenews_admin_issues in includes/simplenews.admin.inc
Form builder: Builds a list of newsletters with operations.
simplenews_issue_update_sent_status in ./simplenews.module
Update the sent status of a node.

... See full list

File

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

Code

define('SIMPLENEWS_STATUS_SEND_PENDING', 1);