Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 8.9.x for comment
  4. Search 10.3.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.

All search results

Title Object type File name Summary
CommentInterface::setThread function core/modules/comment/src/CommentInterface.php Sets the alphadecimal representation of the comment's place in a thread.
CommentInterfaceTest class core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests comment user interfaces.
CommentInterfaceTest.php file core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
CommentInterfaceTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentInterfaceTest.php The theme to install as the default for testing.
CommentInterfaceTest::setUp function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Set up comments to have subject and preview disabled.
CommentInterfaceTest::testAutoFilledHtmlSubject function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests that automatic subject is correctly created from HTML comment text.
CommentInterfaceTest::testAutoFilledSubject function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests that the subject is automatically filled if disabled or left blank.
CommentInterfaceTest::testCommentInterface function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment interface.
CommentInterfaceTest::testViewMode function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment formatter configured with a custom comment view mode.
CommentItem class core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Plugin implementation of the 'comment' field type.
CommentItem.php file core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
CommentItem::defaultFieldSettings function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Defines the field-level settings for this plugin.
CommentItem::defaultStorageSettings function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Defines the storage-level settings for this plugin.
CommentItem::fieldSettingsForm function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns a form for the field-level settings.
CommentItem::generateSampleValue function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Generates placeholder field values.
CommentItem::isEmpty function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Determines whether the data structure is empty.
CommentItem::mainPropertyName function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns the name of the main property, if any.
CommentItem::propertyDefinitions function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Defines field item properties.
CommentItem::schema function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns the schema for the field.
CommentItem::storageSettingsForm function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php Returns a form for the storage-level settings.
CommentItemInterface interface core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Interface definition for Comment items.
CommentItemInterface.php file core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php
CommentItemInterface::CLOSED constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are closed.
CommentItemInterface::FORM_BELOW constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comment form should be shown below post or list of comments.
CommentItemInterface::FORM_SEPARATE_PAGE constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comment form should be displayed on a separate page.
CommentItemInterface::HIDDEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are hidden.
CommentItemInterface::OPEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are open.
CommentItemTest class core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests the new entity API for the comment field type.
CommentItemTest.php file core/modules/comment/tests/src/Kernel/CommentItemTest.php
CommentItemTest::$modules property core/modules/comment/tests/src/Kernel/CommentItemTest.php Modules to install.
CommentItemTest::setUp function core/modules/comment/tests/src/Kernel/CommentItemTest.php Set the default field storage backend for fields created during tests.
CommentItemTest::testCommentAuthorName function core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests comment author name.
CommentItemTest::testCommentItem function core/modules/comment/tests/src/Kernel/CommentItemTest.php Tests using entity fields of the comment field type.
CommentJsonAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php @group rest
CommentJsonAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php
CommentJsonAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The theme to install as the default for testing.
CommentJsonAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The format to use in this test.
CommentJsonAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php The MIME type that corresponds to $format.
CommentJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php @group rest
@group #slow
CommentJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php
CommentJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The theme to install as the default for testing.
CommentJsonBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The format to use in this test.
CommentJsonBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php The MIME type that corresponds to $format.
CommentJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php Modules to install.
CommentJsonCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php @group rest
CommentJsonCookieTest.php file core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php
CommentJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The authentication mechanism to use in this test.
CommentJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php The theme to install as the default for testing.

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