You are here

constant COMMENT_NOTIFY_COMMENT in Comment Notify 8

Same name and namespace in other branches
  1. 5.2 comment_notify.module \COMMENT_NOTIFY_COMMENT
  2. 6 comment_notify.module \COMMENT_NOTIFY_COMMENT
  3. 7 comment_notify.module \COMMENT_NOTIFY_COMMENT
8 uses of COMMENT_NOTIFY_COMMENT
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.

... See full list

File

./comment_notify.module, line 24
This module provides comment follow-up e-mail notifications.

Code

define('COMMENT_NOTIFY_COMMENT', 2);