Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
CommentTestBase.php
»
CommentTestBase
»
CommentTestBase::setCommentSettings
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
15 calls to CommentTestBase::setCommentSettings()
CommentAttributesTest::setUp
in drupal/
core/
modules/
rdf/
lib/
Drupal/
rdf/
Tests/
CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
CommentInterfaceTest::testCommentInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentInterfaceTest.php
Tests the comment interface.
CommentNodeAccessTest::testThreadedCommentView
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Tests
comment_new_page_count
().
CommentPagerTest::testCommentOrderingThreading
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPreviewTest::testCommentEditPreviewSave
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentPreviewTest.php
Tests comment preview.
CommentStatisticsTest::testCommentNodeCommentStatistics
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentStatisticsTest.php
Tests the node comment statistics.
CommentTestBase::setCommentAnonymous
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTestBase.php
Sets the value governing restrictions on anonymous comments.
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.
CommentTestBase::setCommentPreview
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTestBase.php
Sets the value governing the previewing mode for the comment form.
CommentTestBase::setCommentsPerPage
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTestBase.php
Sets the value specifying the default number of comments per page.
CommentTestBase::setCommentSubject
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTestBase.php
Sets the value governing whether the subject field should be enabled.
CommentThreadingTest::testCommentThreading
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentThreadingTest.php
Tests the comment threading.