You are here

23 calls to simplenews_subscriber_load_by_mail() in Simplenews 8

Mailer::sendTest in src/Mail/Mailer.php
Send test version of newsletter.
SimplenewsAdministrationTest::testNewsletterSettings in src/Tests/SimplenewsAdministrationTest.php
Test various combinations of newsletter settings.
SimplenewsAdministrationTest::testSubscriptionManagement in src/Tests/SimplenewsAdministrationTest.php
Test newsletter subscription management.
SimplenewsSourceTest::testSendMissingSubscriber in src/Tests/SimplenewsSourceTest.php
Test sending when there are no subscribers.
SimplenewsSubscribeTest::testSubscribeAnonymous in src/Tests/SimplenewsSubscribeTest.php
testSubscribeAnonymous
SimplenewsSubscribeTest::testSubscribeAnonymousSingle in src/Tests/SimplenewsSubscribeTest.php
Test anonymous subscription with single opt in.
SimplenewsSubscribeTest::testSubscribeAuthenticated in src/Tests/SimplenewsSubscribeTest.php
testSubscribeAuthenticated
SimplenewsSubscribeTest::testSubscribeMultiple in src/Tests/SimplenewsSubscribeTest.php
Subscribe to multiple newsletters at the same time.
simplenews_demo_install in modules/simplenews_demo/simplenews_demo.install
simplenews_node_view in ./simplenews.module
Implements hook_node_view().
simplenews_rules_action_subscriber_delete in simplenews_rules/simplenews_rules.rules.inc
Action Implementation: Delete an email address from all Simplenews newsletters
simplenews_user_create in ./simplenews.module
Implements hook_ENTITY_TYPE_create().
simplenews_user_insert in ./simplenews.module
Implements hook_user_insert().
simplenews_user_presave in ./simplenews.module
Implements hook_user_presave().
simplenews_user_view in ./simplenews.module
Implements hook_user_view().
SpoolList::nextMail in src/Spool/SpoolList.php
Returns a Simplenews source to be sent.
SpoolStorage::getMails in src/Spool/SpoolStorage.php
This function allocates mails to be sent in current run.
SubscriberMassSubscribeForm::submitForm in src/Form/SubscriberMassSubscribeForm.php
Form submission handler.
SubscriptionManager::isSubscribed in src/Subscription/SubscriptionManager.php
Check if the email address is subscribed to the given mailing list.
SubscriptionManager::sendConfirmations in src/Subscription/SubscriptionManager.php
Send confirmations for previous subscription and unsubscription requests.
SubscriptionManager::subscribe in src/Subscription/SubscriptionManager.php
Subscribe a user to a newsletter or send a confirmation mail.
SubscriptionManager::unsubscribe in src/Subscription/SubscriptionManager.php
Unsubscribe a user from a mailing list or send a confirmation mail.
SubscriptionsFormBase::submitForm in src/Form/SubscriptionsFormBase.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…