constant SIMPLENEWS_STATUS_SEND_PUBLISH in Simplenews 8
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 7 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
- 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
4 uses of SIMPLENEWS_STATUS_SEND_PUBLISH
- NodeTabForm::submitSendLater in src/
Form/ NodeTabForm.php - Submit handler for sending unpublished newsletter issue.
- SimplenewsSendTest::testSendPublishNoCron in src/
Tests/ SimplenewsSendTest.php - Send a newsletter on publish without using cron.
- simplenews_demo_install in modules/
simplenews_demo/ simplenews_demo.install - simplenews_node_presave in ./
simplenews.module - Implements hook_node_presave().
File
- ./
simplenews.module, line 59 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_STATUS_SEND_PUBLISH', 3);