comment_notify_add_notification |
./comment_notify.inc |
Add a notification against a comment. |
3 |
|
comment_notify_comment_delete |
./comment_notify.module |
Deletes all the notifications when a comment is deleted. |
|
|
comment_notify_comment_insert |
./comment_notify.module |
Implements hook_comment_insert(). |
|
|
comment_notify_comment_load |
./comment_notify.module |
Implements hook_comment_load(). |
|
|
comment_notify_comment_publish |
./comment_notify.module |
Sends the mail alerts if necessary. |
|
|
comment_notify_comment_update |
./comment_notify.module |
Implements hook_ENTITY_TYPE_update() for comment. |
|
|
comment_notify_comment_validate |
./comment_notify.module |
Checks if the values used in the comment_notify fields are valid. |
|
1 |
comment_notify_entity_extra_field_info |
./comment_notify.module |
Implements hook_field_extra_fields(). |
|
|
comment_notify_form_comment_form_alter |
./comment_notify.module |
Add the comment_notify fields in the comment form. |
|
|
comment_notify_form_user_form_alter |
./comment_notify.module |
Implements hook_form_alter(). |
|
|
comment_notify_get_notification_type |
./comment_notify.inc |
Get the type of notification for a comment notification record. |
5 |
|
comment_notify_get_unsubscribe_url |
./comment_notify.module |
Get the unsubscribe link for a comment subscriber. |
2 |
|
comment_notify_get_watchers |
./comment_notify.inc |
Get a list of mails which need to be contacted for an entity. |
1 |
|
comment_notify_help |
./comment_notify.module |
Implements hook_help(). |
|
|
comment_notify_install |
./comment_notify.install |
Implements hook_install(). |
|
|
comment_notify_mail |
./comment_notify.module |
Implements hook_mail(). |
|
1 |
comment_notify_mark_comment_as_notified |
./comment_notify.inc |
Records that the owner of a comment notification request has been notified. |
2 |
|
comment_notify_migrate_api |
./comment_notify.migrate.inc |
Implements hook_migrate_api(). |
|
|
comment_notify_remove_all_notifications |
./comment_notify.inc |
Remove all the notifications linked with a comment. |
1 |
|
comment_notify_remove_user_settings |
./comment_notify.module |
Remove the user settings of of the user with the given $uid. |
2 |
|
comment_notify_schema |
./comment_notify.install |
Implements hook_schema(). |
|
|
comment_notify_tokens |
./comment_notify.tokens.inc |
Implements hook_tokens(). |
|
|
comment_notify_token_info |
./comment_notify.tokens.inc |
Implements hook_token_info(). |
|
|
comment_notify_unsubscribe_by_email |
./comment_notify.inc |
Unsubscribe all comment notification requests associated with an email. |
1 |
|
comment_notify_unsubscribe_by_hash |
./comment_notify.inc |
Unsubscribe comment notification requests associated with a hash. |
1 |
|
comment_notify_update_8001 |
./comment_notify.install |
Rename db column name from node_notify to entity_notify. |
|
|
comment_notify_update_8002 |
./comment_notify.install |
Preserve node notification settings. |
|
|
comment_notify_update_8003 |
./comment_notify.install |
Update settings for generic entity support. |
|
|
comment_notify_update_8004 |
./comment_notify.install |
Migrate the users preferences to the Drupal's users_data table. |
|
|
comment_notify_update_notification |
./comment_notify.inc |
Updated a notification with a different notification type. |
1 |
|
comment_notify_user_cancel |
./comment_notify.module |
Implements hook_user_cancel(). |
|
|
comment_notify_user_predelete |
./comment_notify.module |
Implements hook_user_delete(). |
|
|
_comment_notify_get_comment_enabled_bundles |
./comment_notify.module |
Returns array of comment notify enabled entity type & bundles. |
1 |
|
_comment_notify_mailalert |
./comment_notify.module |
Private function to send the notifications. |
3 |
|
_comment_notify_options |
./comment_notify.module |
Provide an array of available options for notification on a comment. |
3 |
|
_comment_notify_submit_comment_form |
./comment_notify.module |
Additional submit handler for the comment form. |
|
1 |
_comment_notify_submit_user_form |
./comment_notify.module |
Additional submit handler for the user form. |
|
1 |