You are here

constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  2. 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  3. 6.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  4. 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
  5. 7 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
6 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
SimplenewsAdministrationTest::testSubscriberStatusFilter in tests/src/Functional/SimplenewsAdministrationTest.php
Test content subscription status filter in subscriber view.
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.
Subscriber::unsubscribe in src/Entity/Subscriber.php
Delete a subscription to a certain newsletter of the subscriber.

... See full list

File

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

Code

define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);