Search for comment

  1. Search 7.x for comment
  2. Search 8.9.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Search main for comment
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Comment class core/modules/comment/src/Entity/Comment.php Defines the comment entity class.
Comment class core/modules/comment/src/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Drupal 6 comment source from database.
Comment class core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Drupal 7 comment source from database.
Comment class core/modules/comment/tests/modules/d6_comment_test/src/Plugin/migrate/source/d6/Comment.php Test source plugin for deprecation testing.

All search results

Title Object type File name Summary
CommentFieldsTest::testCommentFieldCreate function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests creating a comment field through the interface.
CommentFieldsTest::testCommentFieldDelete function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that comment module works when installed after a content module.
CommentForm class core/modules/comment/src/CommentForm.php Base handler for comment forms.
CommentForm.php file core/modules/comment/src/CommentForm.php
CommentForm::$currentUser property core/modules/comment/src/CommentForm.php The current user.
CommentForm::$entityFieldManager property core/modules/comment/src/CommentForm.php The entity field manager.
CommentForm::$renderer property core/modules/comment/src/CommentForm.php The renderer.
CommentForm::actions function core/modules/comment/src/CommentForm.php
CommentForm::buildEntity function core/modules/comment/src/CommentForm.php
CommentForm::create function core/modules/comment/src/CommentForm.php
CommentForm::flagViolations function core/modules/comment/src/CommentForm.php
CommentForm::form function core/modules/comment/src/CommentForm.php
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php
CommentForm::preview function core/modules/comment/src/CommentForm.php Form submission handler for the 'preview' action.
CommentForm::save function core/modules/comment/src/CommentForm.php
CommentForm::__construct function core/modules/comment/src/CommentForm.php Constructs a new CommentForm.
CommentHalExportTest class core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Tests a comment rest export view.
CommentHalExportTest.php file core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php
CommentHalExportTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php
CommentHalExportTest::$modules property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php
CommentHalExportTest::$testViews property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Views used by this test.
CommentHalExportTest::setUp function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php
CommentHalExportTest::testCommentRestExport function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Tests comment row.
CommentHalJsonAnonTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php @group hal
@group legacy
CommentHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php @group hal
@group legacy
CommentHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonCookieTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php @group hal
@group legacy
CommentHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/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/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHostnameTest class core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests the hostname base field.
CommentHostnameTest.php file core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
CommentHostnameTest::$modules property core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
CommentHostnameTest::testGetDefaultHostname function core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests hostname default value callback.

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