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

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
CommentViewsKernelTestBase::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Admin user.
CommentViewsKernelTestBase::$commentStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for comments.
CommentViewsKernelTestBase::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Modules to enable.
CommentViewsKernelTestBase::$userStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for users.
CommentViewsKernelTestBase::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CommentWidget class core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Provides a default comment widget.
CommentWidget.php file core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
CommentWidget::formElement function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
CommentWidget::massageFormValues function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
CommentXmlAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php @group rest
CommentXmlAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Anonymous users cannot edit their own comments.
CommentXmlAnonTest::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php @group rest
CommentXmlBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlBasicAuthTest::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php
CommentXmlCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php @group rest
CommentXmlCookieTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
CommentXmlCookieTest::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php
COMMENT_ANONYMOUS_MAYNOT_CONTACT constant core/modules/comment/comment.module Anonymous posters cannot enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACT constant core/modules/comment/comment.module Anonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACT constant core/modules/comment/comment.module Anonymous posters are required to leave their contact information.
comment_base_field_test.info.yml file core/modules/comment/tests/modules/comment_base_field_test/comment_base_field_test.info.yml core/modules/comment/tests/modules/comment_base_field_test/comment_base_field_test.info.yml
comment_cron function core/modules/comment/comment.module Implements hook_cron().
comment_empty_titles_test_preprocess_comment function core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module Implements hook_preprocess_comment().
comment_empty_title_test.info.yml file core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml
comment_empty_title_test.module file core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module Dummy module emptying comment titles to test for appropriate and accessible
markup in edge case scenarios where comments have empty titles.
comment_entity_extra_field_info function core/modules/comment/comment.module Implements hook_entity_extra_field_info().
comment_entity_insert function core/modules/comment/comment.module Implements hook_entity_insert().
comment_entity_predelete function core/modules/comment/comment.module Implements hook_entity_predelete().
comment_entity_storage_load function core/modules/comment/comment.module Implements hook_entity_storage_load().
comment_entity_view function core/modules/comment/comment.module Implements hook_entity_view().
comment_entity_view_display_presave function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
comment_field_config_create function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_create() for 'field_config'.
comment_field_config_delete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.

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