You are here

function hook_simplenews_newsletter_insert in Simplenews 8

Same name and namespace in other branches
  1. 8.2 simplenews.api.php \hook_simplenews_newsletter_insert()
  2. 7.2 simplenews.api.php \hook_simplenews_newsletter_insert()
  3. 3.x simplenews.api.php \hook_simplenews_newsletter_insert()

Act after a newsletter category has been inserted.

Related topics

File

./simplenews.api.php, line 127
Hooks provided by the Simplenews module.

Code

function hook_simplenews_newsletter_insert(SimplenewsNewsletter $newsletter) {
}