constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 3.x
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED
- 8 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
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.
File
- ./
simplenews.module, line 52 - Simplenews node handling, sent email, newsletter block and general hooks.
Code
define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED', 0);