22 calls to Subscriber::loadByMail() in Simplenews 3.x
- Mailer::sendTest in src/
Mail/ Mailer.php - Send test version of newsletter.
- SimplenewsAdministrationTest::testNewsletterSettings in tests/
src/ Functional/ SimplenewsAdministrationTest.php - Test various combinations of newsletter settings.
- SimplenewsAdministrationTest::testSubscriptionManagement in tests/
src/ Functional/ SimplenewsAdministrationTest.php - Test newsletter subscription management.
- SimplenewsSourceTest::testSendMissingSubscriber in tests/
src/ Functional/ SimplenewsSourceTest.php - Test sending when there are no subscribers.
- SimplenewsSubscribeTest::testAdminCreate in tests/
src/ Functional/ SimplenewsSubscribeTest.php - Tests admin creating a single subscriber.
- SimplenewsSubscribeTest::testHashAuth in tests/
src/ Functional/ SimplenewsSubscribeTest.php - Tests access for a registered user to manage subscriptions with a hash.
- SimplenewsSubscribeTest::testSubscribeAnonymous in tests/
src/ Functional/ SimplenewsSubscribeTest.php - TestSubscribeAnonymous.
- SimplenewsSubscribeTest::testSubscribeAnonymousSingle in tests/
src/ Functional/ SimplenewsSubscribeTest.php - Test anonymous subscription without verification.
- SimplenewsSubscribeTest::testSubscribeAuthenticated in tests/
src/ Functional/ SimplenewsSubscribeTest.php - TestSubscribeAuthenticated.
- SimplenewsSubscribeTest::testSubscribeMultiple in tests/
src/ Functional/ SimplenewsSubscribeTest.php - Subscribe to multiple newsletters at the same time.
- simplenews_demo_install in modules/
simplenews_demo/ simplenews_demo.install - Implements hook_install().
- simplenews_rules_action_subscriber_delete in simplenews_rules/
simplenews_rules.rules.inc - Action Implementation: Delete an email address from all newsletters.
- simplenews_user_create in ./
simplenews.module - Implements hook_ENTITY_TYPE_create() for user entity.
- simplenews_user_insert in ./
simplenews.module - Implements hook_ENTITY_TYPE_insert() for user entity.
- simplenews_user_presave in ./
simplenews.module - Implements hook_ENTITY_TYPE_presave() for user entity.
- SubscriberMassSubscribeForm::submitForm in src/
Form/ SubscriberMassSubscribeForm.php - Form submission handler.
- SubscriberValidateForm::submitForm in src/
Form/ SubscriberValidateForm.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.
- SubscriptionsBlockForm::validateForm in src/
Form/ SubscriptionsBlockForm.php - Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…