service comment_notify.user_settings in Comment Notify 8
Class
Drupal\comment_notify\UserNotificationSettings6 string references to comment_notify.user_settings
- comment_notify_form_comment_form_alter in ./
comment_notify.module - Add the comment_notify fields in the comment form.
- comment_notify_form_user_form_alter in ./
comment_notify.module - Implements hook_form_alter().
- comment_notify_remove_user_settings in ./
comment_notify.module - Remove the user settings of of the user with the given $uid.
- _comment_notify_mailalert in ./
comment_notify.module - Private function to send the notifications.
- _comment_notify_submit_comment_form in ./
comment_notify.module - Additional submit handler for the comment form.
File
View source
- class: Drupal\comment_notify\UserNotificationSettings
- arguments:
- - '@user.data'
- - '@config.factory'