constant COMMENT_MODE_THREADED
Comments are displayed as a threaded list - expanded.
18 uses of COMMENT_MODE_THREADED
- CommentInterfaceTest::testCommentInterface in drupal-7.x/
modules/ comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNodeCommentStatistics in drupal-7.x/
modules/ comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in drupal-7.x/
modules/ comment/ comment.test - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/
modules/ comment/ comment.test - Test comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in drupal-7.x/
modules/ comment/ comment.test - Test comment ordering and threading.
File
- drupal-7.x/
modules/ comment/ comment.module, line 30 - Enables users to comment on published content.
Code
define('COMMENT_MODE_THREADED', 1)