Issue #3336821: Implement hook_help()
Compare changes
+ 23
− 0
@@ -8,12 +8,35 @@
$output .= '<p>' . t('The Message Integration module provides a way for site administrators to send email notifications to users about content activity on their website. This module is built around using the Message Stack, as described in the article "Emailing Users About Content Activity in Drupal 8." The idea is to create a generic module with events that other custom modules can tie into to create an email list.') . '</p>';