You are here

constant SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
  2. 8 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
  3. 7.2 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
  4. 7 simplenews.module \SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
6 uses of SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED
SimplenewsAdministrationTest::testSubscriberStatusFilter in tests/src/Functional/SimplenewsAdministrationTest.php
Test content subscription status filter in subscriber view.
SimplenewsPersonalizationFormsTest::testSynchronizeSubscribeRegister in tests/src/Functional/SimplenewsPersonalizationFormsTest.php
Subscribe then register: fields updated, subscription remains unconfirmed.
SimplenewsSubscribeTest::testSubscribeAnonymous in tests/src/Functional/SimplenewsSubscribeTest.php
TestSubscribeAnonymous.
SimplenewsSubscriptionStatusFormatter::viewElements in src/Plugin/Field/FieldFormatter/SimplenewsSubscriptionStatusFormatter.php
Builds a renderable array for a field value.
SubscriberExportForm::getEmails in src/Form/SubscriberExportForm.php
Implement getEmails($states, $subscribed, $newsletters)

... See full list

File

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

Code

define('SIMPLENEWS_SUBSCRIPTION_STATUS_UNCONFIRMED', 2);