constant SIMPLENEWS_COMMAND_SEND_PUBLISH in Simplenews 7.2
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_COMMAND_SEND_PUBLISH
- 8 simplenews.module \SIMPLENEWS_COMMAND_SEND_PUBLISH
- 7 simplenews.module \SIMPLENEWS_COMMAND_SEND_PUBLISH
- 3.x simplenews.module \SIMPLENEWS_COMMAND_SEND_PUBLISH
3 uses of SIMPLENEWS_COMMAND_SEND_PUBLISH
- SimplenewsSendTestCase::testSendPublishNoCron in tests/
simplenews.test - Send a newsletter on publish without using cron.
- simplenews_issue_send in includes/
simplenews.admin.inc - Callback to send newsletters.
- simplenews_node_tab_send_form_submit in includes/
simplenews.admin.inc - @todo
File
- ./
simplenews.module, line 22 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_COMMAND_SEND_PUBLISH', 3);