function notify_user_insert in Notify 1.0.x
Same name and namespace in other branches
- 8 notify.module \notify_user_insert()
- 7 notify.module \notify_user_insert()
- 2.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');
}