constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 8
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 6.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 7 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 3.x simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
7 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- SimplenewsAdministrationTest::testSubscriberStatusFilter in src/
Tests/ SimplenewsAdministrationTest.php - Test content subscription status filter in subscriber view.
- SimplenewsSubscribeTest::testSubscribeAnonymousSingle in src/
Tests/ SimplenewsSubscribeTest.php - Test anonymous subscription with single opt in.
- SimplenewsSubscribeTest::testSubscribeAuthenticated in src/
Tests/ 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 certain newsletter.
File
- ./
simplenews.module, line 51 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);