You are here

constant SIMPLENEWS_STATUS_SEND_NOT in Simplenews 8

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  2. 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  3. 6 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  4. 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  5. 7 simplenews.module \SIMPLENEWS_STATUS_SEND_NOT
  6. 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_NOT

NEWSLETTER SENT STATUS

13 uses of SIMPLENEWS_STATUS_SEND_NOT
NodeTabForm::buildForm in src/Form/NodeTabForm.php
Form constructor.
NodeTabForm::submitStop in src/Form/NodeTabForm.php
SendIssue::executeMultiple in src/Plugin/Action/SendIssue.php
Executes the plugin for an array of objects.
SimplenewsSendTest::testDelete in src/Tests/SimplenewsSendTest.php
Create a newsletter, send mails and then delete.
SimplenewsSendTest::testSendMultipleNoCron in src/Tests/SimplenewsSendTest.php
Send a newsletter using cron.

... See full list

File

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

Code

define('SIMPLENEWS_STATUS_SEND_NOT', 0);