8 uses of SIMPLENEWS_STATUS_SEND_READY in Simplenews 3.x
- 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.
- SimplenewsSendTest::testSendNowNoCron in tests/
src/ Functional/ SimplenewsSendTest.php - Send a newsletter without cron.
- SimplenewsSendTest::testSendPublishNoCron in tests/
src/ Functional/ SimplenewsSendTest.php - Send a newsletter on publish without using cron.
- SpoolStorage::issueSummary in src/
Spool/ SpoolStorage.php - Returns a summary of key newsletter issue parameters.