Same name and namespace in other branches
  1. 4.7.x modules/comment.module \COMMENT_FORM_BELOW
  2. 5.x modules/comment/comment.module \COMMENT_FORM_BELOW
  3. 6.x modules/comment/comment.module \COMMENT_FORM_BELOW

Comment form should be shown below post or list of comments.

8 uses of COMMENT_FORM_BELOW
CommentHelperCase::setCommentForm in modules/comment/comment.test
Set comment form location setting.
CommentInterfaceTest::assertCommentLinks in modules/comment/comment.test
Asserts that comment links appear according to the passed environment setup.
CommentInterfaceTest::setEnvironment in modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentLinks in modules/comment/comment.test
Tests comment links.
comment_form_node_type_form_alter in modules/comment/comment.module
Implements hook_form_FORM_ID_alter().

... See full list

File

modules/comment/comment.module, line 55
Enables users to comment on published content.

Code

define('COMMENT_FORM_BELOW', 1);