function simplenews_theme in Simplenews 8.2
Same name and namespace in other branches
- 8 simplenews.module \simplenews_theme()
- 6.2 simplenews.module \simplenews_theme()
- 6 simplenews.module \simplenews_theme()
- 7.2 simplenews.module \simplenews_theme()
- 7 simplenews.module \simplenews_theme()
- 3.x simplenews.module \simplenews_theme()
Implements hook_theme().
File
- ./
simplenews.module, line 787 - Simplenews node handling, sent email, newsletter block and general hooks.
Code
function simplenews_theme() {
return [
'simplenews_newsletter_body' => [
'render element' => 'elements',
],
];
}