You are here

constant SIMPLENEWS_STATUS_SEND_READY in Simplenews 8.2

Same name and namespace in other branches
  1. 8 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
  2. 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
  3. 6 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
  4. 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
  5. 7 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
  6. 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_READY
8 uses of SIMPLENEWS_STATUS_SEND_READY
Mailer::updateSendStatus in src/Mail/Mailer.php
Update newsletter sent status.
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::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 58
Simplenews node handling, sent email, newsletter block and general hooks.

Code

define('SIMPLENEWS_STATUS_SEND_READY', 2);