6 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNSUBSCRIBED in Simplenews 3.x
- 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.
- SubscriberExportForm::getEmails in src/
Form/ SubscriberExportForm.php - Implement getEmails($states, $subscribed, $newsletters)