COMMENT_FORM_SEPARATE_PAGE
Comment form should be displayed on a separate page.
4 uses of COMMENT_FORM_SEPARATE_PAGE
- CommentHelperCase::setCommentForm in modules/
comment/ comment.test - Set comment form location setting.
- CommentInterfaceTest::testCommentLinks in modules/
comment/ comment.test - Tests comment links.
- comment_node_view in modules/
comment/ comment.module - Implements hook_node_view().
- theme_comment_post_forbidden in modules/
comment/ comment.module - Returns HTML for a "you can't post comments" notice.
File
-
modules/
comment/ comment.module, line 50
Code
define('COMMENT_FORM_SEPARATE_PAGE', 0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.