constant SIMPLENEWS_STATUS_SEND_PENDING in Simplenews 8
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 6 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 7 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
11 uses of SIMPLENEWS_STATUS_SEND_PENDING
- SendIssue::executeMultiple in src/
Plugin/ Action/ SendIssue.php - Executes the plugin for an array of objects.
- SimplenewsSendTest::testDelete in src/
Tests/ SimplenewsSendTest.php - Create a newsletter, send mails and then delete.
- SimplenewsSendTest::testSendNowCron in src/
Tests/ SimplenewsSendTest.php - Send a newsletter without using cron.
- SimplenewsSendTest::testSendNowCronThrottle in src/
Tests/ SimplenewsSendTest.php - Send a newsletter using cron and a low throttle.
- simplenews_demo_install in modules/
simplenews_demo/ simplenews_demo.install
File
- ./
simplenews.module, line 57 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_STATUS_SEND_PENDING', 1);