constant COMMENT_FORM_SEPARATE_PAGE

Comment form should be displayed on a separate page.

5 uses of COMMENT_FORM_SEPARATE_PAGE
CommentLinksTest::assertCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Asserts that comment links appear according to the passed environment.
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_node_view in drupal/core/modules/comment/comment.module
Implements hook_node_view().
theme_comment_post_forbidden in drupal/core/modules/comment/comment.module
Returns HTML for a "you can't post comments" notice.

File

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

Code

const COMMENT_FORM_SEPARATE_PAGE = 0;