constant SIMPLENEWS_COMMAND_SEND_NOW in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
- 8 simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
- 6.2 simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
- 6 simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
- 7.2 simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
- 3.x simplenews.module \SIMPLENEWS_COMMAND_SEND_NOW
7 uses of SIMPLENEWS_COMMAND_SEND_NOW
- SimpleNewsAdministrationTestCase::testCategorySettings in tests/
simplenews.test - Test various combinations of newsletter category settings.
- SimpleNewsI18nTestCase::testContentTranslation in tests/
simplenews.test - SimplenewsSendTestCase::testDelete in tests/
simplenews.test - Create a newsletter, send mails and then delete.
- SimplenewsSendTestCase::testSendNowCron in tests/
simplenews.test - Send a newsletter without using cron.
- SimplenewsSendTestCase::testSendNowCronThrottle in tests/
simplenews.test - Send a newsletter using cron and a low throttle.
File
- ./
simplenews.module, line 21 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_COMMAND_SEND_NOW', 1);