constant COMMENT_NOTIFY_DISABLED in Comment Notify 8
Same name and namespace in other branches
- 5.2 comment_notify.module \COMMENT_NOTIFY_DISABLED
- 6 comment_notify.module \COMMENT_NOTIFY_DISABLED
- 7 comment_notify.module \COMMENT_NOTIFY_DISABLED
8 uses of COMMENT_NOTIFY_DISABLED
- CommentNotifyAnonymousTest::testAnonymousAllCommentsTest in tests/
src/ Functional/ CommentNotifyAnonymousTest.php - Tests the "All comments" notification option used by an anonymous user.
- 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::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.
File
- ./
comment_notify.module, line 22 - This module provides comment follow-up e-mail notifications.
Code
define('COMMENT_NOTIFY_DISABLED', 0);