Search for comment

  1. Search 9.5.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
Title Object type File name Summary
CommentThreadingTestCase::testCommentThreading function modules/comment/comment.test Tests the comment threading.
CommentTokenReplaceTestCase class modules/comment/comment.test Test comment token replacement in strings.
CommentTokenReplaceTestCase::getInfo function modules/comment/comment.test
CommentTokenReplaceTestCase::testCommentTokenReplacement function modules/comment/comment.test Creates a comment, then tests the tokens generated from it.
CommentUninstallTestCase class modules/comment/comment.test Tests uninstalling the comment module.
CommentUninstallTestCase::getInfo function modules/comment/comment.test
CommentUninstallTestCase::testCommentUninstall function modules/comment/comment.test
CommentUpgradePathTestCase class modules/simpletest/tests/upgrade/upgrade.comment.test Upgrade test for comment.module.
CommentUpgradePathTestCase::getInfo function modules/simpletest/tests/upgrade/upgrade.comment.test
CommentUpgradePathTestCase::setUp function modules/simpletest/tests/upgrade/upgrade.comment.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
CommentUpgradePathTestCase::testCommentUpgrade function modules/simpletest/tests/upgrade/upgrade.comment.test Test a successful upgrade.
comment_access function modules/comment/comment.module Determines whether the current user has access to a particular comment.
comment_action_info function modules/comment/comment.module Implements hook_action_info().
comment_admin function modules/comment/comment.admin.inc Menu callback; present an administrative comment listing.
comment_admin_overview function modules/comment/comment.admin.inc Form builder for the comment overview administration form.
comment_admin_overview_submit function modules/comment/comment.admin.inc Process comment_admin_overview form submissions.
comment_admin_overview_validate function modules/comment/comment.admin.inc Validate comment_admin_overview form submissions.
COMMENT_ANONYMOUS_MAYNOT_CONTACT constant modules/comment/comment.module Anonymous posters cannot enter their contact information.
COMMENT_ANONYMOUS_MAY_CONTACT constant modules/comment/comment.module Anonymous posters may leave their contact information.
COMMENT_ANONYMOUS_MUST_CONTACT constant modules/comment/comment.module Anonymous posters are required to leave their contact information.
comment_approve function modules/comment/comment.pages.inc Menu callback; publish specified comment.
comment_block_configure function modules/comment/comment.module Implements hook_block_configure().
comment_block_info function modules/comment/comment.module Implements hook_block_info().
comment_block_save function modules/comment/comment.module Implements hook_block_save().
comment_block_view function modules/comment/comment.module Implements hook_block_view().
comment_build_content function modules/comment/comment.module Builds a structured array representing the comment's content.
comment_confirm_delete function modules/comment/comment.admin.inc Form builder; Builds the confirmation form for deleting a single comment.
comment_confirm_delete_page function modules/comment/comment.admin.inc Page callback for comment deletions.
comment_confirm_delete_submit function modules/comment/comment.admin.inc Process comment_confirm_delete form submissions.
comment_count_unpublished function modules/comment/comment.module Returns a menu title which includes the number of unapproved comments.
comment_delete function modules/comment/comment.module Delete a comment and all its replies.
comment_delete_multiple function modules/comment/comment.module Delete comments and all their replies.
comment_edit_page function modules/comment/comment.module Page callback for comment editing.
comment_enable function modules/comment/comment.install Implements hook_enable().
comment_entity_info function modules/comment/comment.module Implements hook_entity_info().
comment_field_extra_fields function modules/comment/comment.module Implements hook_field_extra_fields().
comment_file_download_access function modules/comment/comment.module Implements hook_file_download_access().
comment_form function modules/comment/comment.module Generate the basic commenting form, for appending to a node or display on a separate page.
comment_forms function modules/comment/comment.module Implements hook_forms().
COMMENT_FORM_BELOW constant modules/comment/comment.module Comment form should be shown below post or list of comments.
comment_form_build_preview function modules/comment/comment.module Build a preview from submitted form values.
comment_form_node_form_alter function modules/comment/comment.module Implements hook_form_BASE_FORM_ID_alter().
comment_form_node_type_form_alter function modules/comment/comment.module Implements hook_form_FORM_ID_alter().
COMMENT_FORM_SEPARATE_PAGE constant modules/comment/comment.module Comment form should be displayed on a separate page.
comment_form_submit function modules/comment/comment.module Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_form_submit_build_comment function modules/comment/comment.module Updates the form state's comment entity by processing this submission's values.
comment_form_validate function modules/comment/comment.module Validate comment form submissions.
comment_get_display_ordinal function modules/comment/comment.module Get the display ordinal for a comment, starting from 0.
comment_get_display_page function modules/comment/comment.module Return the page number for a comment.
comment_get_recent function modules/comment/comment.module Find the most recent comments that are available to the current user.

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