Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Other projects
Title Object type File name Summary
CommentActionsTest class core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests actions provided by the Comment module.
CommentActionsTest.php file core/modules/comment/tests/src/Functional/CommentActionsTest.php
CommentActionsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentActionsTest.php The theme to install as the default for testing.
CommentActionsTest::$modules property core/modules/comment/tests/src/Functional/CommentActionsTest.php Modules to install.
CommentActionsTest::testCommentPublishUnpublishActions function core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword function core/modules/comment/tests/src/Functional/CommentActionsTest.php Tests the unpublish comment by keyword action.
CommentAdminViewUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAdminViewUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
CommentAdminViewUpdateTest::$modules property core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Modules to enable after the database is loaded.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentHalJsonAnonTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php @group hal
CommentHalJsonAnonTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php The theme to install as the default for testing.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php @group hal
CommentHalJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php Modules to install.
CommentHalJsonCookieTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php @group hal
CommentHalJsonCookieTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The theme to install as the default for testing.
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Modules to install.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The HAL+JSON format causes different PATCH-protected fields. For some
reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even
though they are for non-HAL+JSON serializations.
CommentHalJsonTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Returns the normalized POST entity.
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
CommentHostnameUpdateTest::testCommentUpdate8600 function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_update_8600().
CommentLegacyTest class core/modules/comment/tests/src/Kernel/CommentLegacyTest.php Tests legacy comment functionality.
CommentLegacyTest.php file core/modules/comment/tests/src/Kernel/CommentLegacyTest.php
CommentLegacyTest::$entity property core/modules/comment/tests/src/Kernel/CommentLegacyTest.php The entity to which the comments are attached to.
CommentLegacyTest::$modules property core/modules/comment/tests/src/Kernel/CommentLegacyTest.php Modules to enable.
CommentLegacyTest::createComment function core/modules/comment/tests/src/Kernel/CommentLegacyTest.php Constructs comment entity.
CommentLegacyTest::setUp function core/modules/comment/tests/src/Kernel/CommentLegacyTest.php
CommentLegacyTest::testCommentView function core/modules/comment/tests/src/Kernel/CommentLegacyTest.php @expectedDeprecation comment_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('comment')->view() instead. See…
CommentLegacyTest::testGetStatus function core/modules/comment/tests/src/Kernel/CommentLegacyTest.php Tests the getStatus() method.
CommentResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php
CommentResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php
CommentRestExportTest class core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php Tests a comment rest export view.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.