constant SIMPLENEWS_STATUS_SEND_READY in Simplenews 3.x
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
- 8 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
- 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
- 6 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_READY
- 7 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.
File
- ./
simplenews.module, line 59 - Simplenews node handling, sent email, newsletter block and general hooks.
Code
define('SIMPLENEWS_STATUS_SEND_READY', 2);