constant SIMPLENEWS_STATUS_SEND_PUBLISH in Simplenews 7
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 8 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
5 uses of SIMPLENEWS_STATUS_SEND_PUBLISH
- SimplenewsSendTestCase::testSendMultipleNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendPublishNoCron in tests/
simplenews.test - Send a newsletter on publish without using cron.
- simplenews_node_tab_send_form in includes/
simplenews.admin.inc - @todo
- simplenews_node_tab_send_form_submit in includes/
simplenews.admin.inc - @todo
- simplenews_node_update in ./
simplenews.module - Implements hook_node_update().
File
- ./
simplenews.module, line 37 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_STATUS_SEND_PUBLISH', 3);