You are here

constant SIMPLENEWS_STATUS_SEND_PUBLISH in Simplenews 8.2

Same name and namespace in other branches
  1. 8 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
  2. 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
  3. 7 simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
  4. 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PUBLISH
3 uses of SIMPLENEWS_STATUS_SEND_PUBLISH
SimplenewsSendTest::testSendPublishNoCron in tests/src/Functional/SimplenewsSendTest.php
Send a newsletter on publish without using cron.
simplenews_node_presave in ./simplenews.module
Implements hook_node_presave().
SpoolStorage::addIssue in src/Spool/SpoolStorage.php
Adds a newsletter issue to the mail spool.

File

./simplenews.module, line 59
Simplenews node handling, sent email, newsletter block and general hooks.

Code

define('SIMPLENEWS_STATUS_SEND_PUBLISH', 3);