function notify_user_insert in Notify 8
Same name and namespace in other branches
- 7 notify.module \notify_user_insert()
- 2.0.x notify.module \notify_user_insert()
- 1.0.x notify.module \notify_user_insert()
Implements hook_user_insert().
File
- ./
notify.module, line 111 - Notify module sends e-mail digests of new content and comments.
Code
function notify_user_insert($account) {
$config = \Drupal::config('notify.settings');
}