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. 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 Returns an array of supported actions for the current entity form.
CommentForm::buildEntity function core/modules/comment/src/CommentForm.php Builds an updated entity object based upon the submitted form values.
CommentForm::create function core/modules/comment/src/CommentForm.php Instantiates a new instance of this class.
CommentForm::flagViolations function core/modules/comment/src/CommentForm.php Flags violations for the current form.
CommentForm::form function core/modules/comment/src/CommentForm.php Gets the actual form array to be built.
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php Gets the names of all fields edited in the form.
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 Form submission handler for the 'save' action.
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 The theme to install as the default for testing.
CommentHalExportTest::$modules property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Modules to install.
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 Sets up the test.
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 The theme to install as the default for testing.
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 The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php Modules to install.
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 The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php The theme to install as the default for testing.
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 The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Modules to install.
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 Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Returns the normalized POST entity.
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 Modules to enable.
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.