8 uses of SIMPLENEWS_STATUS_SEND_PENDING in Simplenews 3.x
- 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.
- simplenews_form_node_form_alter in ./
simplenews.module - Implements hook_form_FORM_ID_alter().
- simplenews_node_access in ./
simplenews.module - Implements hook_node_access().
- SpoolStorage::addIssue in src/
Spool/ SpoolStorage.php - Adds a newsletter issue to the mail spool.
- SpoolStorage::deleteIssue in src/
Spool/ SpoolStorage.php - Deletes a newsletter issue from the mail spool.
- SpoolStorage::issueSummary in src/
Spool/ SpoolStorage.php - Returns a summary of key newsletter issue parameters.