You are here

constant SIMPLENEWS_SUBSCRIPTION_STATUS_SUBSCRIBED in Simplenews 3.x

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

NEWSLETTER SUBSCRIPTION STATUS.

16 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_SUBSCRIBED
RecipientHandlerAll::buildRecipientQuery in src/Plugin/simplenews/RecipientHandler/RecipientHandlerAll.php
Build the query that gets the list of recipients.
RecipientHandlerSelectBase::addToSpool in src/Plugin/simplenews/RecipientHandler/RecipientHandlerSelectBase.php
Adds a newsletter issue to the mail spool.
SimplenewsAdministrationTest::testAccess in tests/src/Functional/SimplenewsAdministrationTest.php
Test access for subscriber admin page.
SimplenewsAdministrationTest::testContentTypes in tests/src/Functional/SimplenewsAdministrationTest.php
Test content type configuration.
SimplenewsAdministrationTest::testSubscriberStatusFilter in tests/src/Functional/SimplenewsAdministrationTest.php
Test content subscription status filter in subscriber view.

... See full list

File

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

Code

define('SIMPLENEWS_SUBSCRIPTION_STATUS_SUBSCRIBED', 1);