constant COMMENT_FORM_BELOW

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

8 uses of COMMENT_FORM_BELOW
CommentLinksTest::assertCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentLinksTest::testCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Tests comment links.
CommentTestBase::setCommentForm in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets the value governing whether the comment form is on its own page.
comment_form_node_type_form_alter in drupal/core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().

... See full list

File

drupal/core/modules/comment/comment.module, line 62
Enables users to comment on published content.

Code

const COMMENT_FORM_BELOW = 1;