19 calls to simplenews_newsletter_load() in Simplenews 7
- SimpleNewsI18nTestCase::testContentTranslation in tests/
simplenews.test - SimplenewsSendTestCase::testDelete in tests/
simplenews.test - Create a newsletter, send mails and then delete.
- SimplenewsSendTestCase::testSendMultipleNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendNowCron in tests/
simplenews.test - Send a newsletter without using cron.
- SimplenewsSendTestCase::testSendNowCronThrottle in tests/
simplenews.test - Send a newsletter using cron and a low throttle.
- SimplenewsSendTestCase::testSendNowNoCron in tests/
simplenews.test - Send a newsletter using cron.
- SimplenewsSendTestCase::testSendPublishNoCron in tests/
simplenews.test - Send a newsletter on publish without using cron.
- SimplenewsSendTestCase::testUpdateNewsletter in tests/
simplenews.test - SimplenewsSourceNode::__construct in includes/
simplenews.source.inc - Implements SimplenewsSourceInterface::_construct();
- simplenews_issue_send in includes/
simplenews.admin.inc - Callback to send newsletters.
- simplenews_newsletter_delete in ./
simplenews.module - Delete simplenews newsletter from the database.
- simplenews_newsletter_update_sent_status in ./
simplenews.module - Update the sent status of a node.
- simplenews_node_presave in ./
simplenews.module - Implements hook_node_presave().
- simplenews_node_tab_send_form in includes/
simplenews.admin.inc - @todo
- simplenews_node_tab_send_form_submit in includes/
simplenews.admin.inc - @todo
- simplenews_node_update in ./
simplenews.module - Implements hook_node_update().
- simplenews_node_view in ./
simplenews.module - Implements hook_node_view().
- simplenews_rules_action_send in simplenews_rules/
simplenews_rules.rules.inc - Action implementation, send a newsletter node.
- _simplenews_node_form in ./
simplenews.module - @todo