8 uses of COMMENT_NOTIFY_COMMENT in Comment Notify 8
- CommentNotifyAnonymousTest::testAnonymousRepliesTest in tests/
src/ Functional/ CommentNotifyAnonymousTest.php - Tests the "Replies to my comment" option used by anonymous user.
- CommentNotifyConfigPageTest::testUnsubscribePage in tests/
src/ Functional/ CommentNotifyConfigPageTest.php - Tests the Unsubscribe page.
- CommentNotifyNotificationsTest::testCommentNotification in tests/
src/ Functional/ CommentNotifyNotificationsTest.php - Tests that the Mail notification is sent properly and it is only send once.
- CommentNotifyNotificationsTest::testCommentTypeNotification in tests/
src/ Functional/ CommentNotifyNotificationsTest.php - Tests the notifications are sent correctly with multiple comment types.
- CommentNotifyNotificationsTest::testEntityNotification in tests/
src/ Functional/ CommentNotifyNotificationsTest.php - Tests that the notifications are working on a different entity than a node.
- CommentNotifyUserPreferencesTest::testsCommentFollowUpsNotifications in tests/
src/ Functional/ CommentNotifyUserPreferencesTest.php - Tests the "Comment Follow-up notifications" options.
- CommentNotifyUserPreferencesTest::testUserCancelAccount in tests/
src/ Functional/ CommentNotifyUserPreferencesTest.php - Tests that when a user is canceled all the notifications are deleted.
- _comment_notify_mailalert in ./
comment_notify.module - Private function to send the notifications.