You are here

constant SIMPLENEWS_STATUS_SEND_NOT in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  2. 8 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  3. 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  4. 6 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  5. 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  6. 7 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT

NEWSLETTER SENT STATUS.

11 uses of SIMPLENEWS_STATUS_SEND_NOT
NodeTabForm::buildForm in src/Form/NodeTabForm.php
Form constructor.
SimplenewsSendTest::testDelete in tests/src/Functional/SimplenewsSendTest.php
Create a newsletter, send mails and then delete.
SimplenewsSendTest::testSendMultipleNoCron in tests/src/Functional/SimplenewsSendTest.php
Send multiple newsletters without cron.
SimplenewsSendTest::testSendNowCron in tests/src/Functional/SimplenewsSendTest.php
Send a newsletter using cron.
SimplenewsSendTest::testSendNowCronThrottle in tests/src/Functional/SimplenewsSendTest.php
Send a newsletter using cron and a low throttle.

... See full list

File

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

Code

define('SIMPLENEWS_STATUS_SEND_NOT', 0);