constant COMMENT_NOTIFY_ENTITY in Comment Notify 8
11 uses of COMMENT_NOTIFY_ENTITY
- 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.
- CommentNotifyAnonymousTest::testMail in tests/
src/ Functional/ CommentNotifyAnonymousTest.php - Tests that the mail is required for anonymous users.
- 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.
File
- ./
comment_notify.module, line 23 - This module provides comment follow-up e-mail notifications.
Code
define('COMMENT_NOTIFY_ENTITY', 1);