constant COMMENT_FORM_SEPARATE_PAGE
- 7.x drupal-7.x/modules/comment/comment.module COMMENT_FORM_SEPARATE_PAGE
- 6.x drupal-6.x/modules/comment/comment.module COMMENT_FORM_SEPARATE_PAGE
Comment form should be displayed on a separate page.
5 uses of COMMENT_FORM_SEPARATE_PAGE
- CommentHelperCase::setCommentForm in drupal-7.x/
modules/ comment/ comment.test - Set comment form location setting.
- CommentInterfaceTest::setEnvironment in drupal-7.x/
modules/ comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentLinks in drupal-7.x/
modules/ comment/ comment.test - Tests comment links.
- comment_node_view in drupal-7.x/
modules/ comment/ comment.module - Implements hook_node_view().
- theme_comment_post_forbidden in drupal-7.x/
modules/ comment/ comment.module - Returns HTML for a "you can't post comments" notice.
File
- drupal-7.x/
modules/ comment/ comment.module, line 50 - Enables users to comment on published content.
Code
define('COMMENT_FORM_SEPARATE_PAGE', 0)