You are here

constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 8.2

Same name and namespace in other branches
  1. 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  2. 6.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  3. 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  4. 7 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  5. 3.x simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
7 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
SimplenewsAdministrationTest::testSubscriberStatusFilter in tests/src/Functional/SimplenewsAdministrationTest.php
Test content subscription status filter in subscriber view.
SimplenewsSubscribeTest::testSubscribeAnonymousSingle in tests/src/Functional/SimplenewsSubscribeTest.php
Test anonymous subscription with single opt in.
SimplenewsSubscribeTest::testSubscribeAuthenticated in tests/src/Functional/SimplenewsSubscribeTest.php
TestSubscribeAuthenticated.
SimplenewsSubscriptionStatusFormatter::viewElements in src/Plugin/Field/FieldFormatter/SimplenewsSubscriptionStatusFormatter.php
Builds a renderable array for a field value.
Subscriber::isUnsubscribed in src/Entity/Subscriber.php
Check if the subscriber has an inactive subscription to a given newsletter.

... See full list

File

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

Code

define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);