constant SIMPLENEWS_STATUS_SEND_PENDING in Simplenews 3.x
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 8 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
8 uses of SIMPLENEWS_STATUS_SEND_PENDING
- 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().
File
- ./
simplenews.module, line 58 - Simplenews node handling, sent email, newsletter block and general hooks.
Code
define('SIMPLENEWS_STATUS_SEND_PENDING', 1);