You are here

service comment_notify.user_settings in Comment Notify 8

Class

Drupal\comment_notify\UserNotificationSettings
6 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.

... See full list

File

./comment_notify.services.yml
comment_notify.services.yml

View source
  1. class: Drupal\comment_notify\UserNotificationSettings
  2. arguments:
  3. - '@user.data'
  4. - '@config.factory'