| comment_action_info | modules/comment/comment.module | Implements hook_action_info(). |
| comment_admin | modules/comment/comment.admin.inc | Menu callback; present an administrative comment listing. |
| comment_admin_overview | modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_admin_overview_submit | modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_admin_overview_validate | modules/comment/comment.admin.inc | Validate comment_admin_overview form submissions. |
| comment_approve | modules/comment/comment.pages.inc | Menu callback; publish specified comment. |
| comment_block_configure | modules/comment/comment.module | Implements hook_block_configure(). |
| comment_block_info | modules/comment/comment.module | Implements hook_block_info(). |
| comment_block_save | modules/comment/comment.module | Implements hook_block_save(). |
| comment_block_view | modules/comment/comment.module | Implements hook_block_view(). |
| comment_build_content | modules/comment/comment.module | Builds a structured array representing the comment's content. |
| comment_confirm_delete | modules/comment/comment.admin.inc | Form builder; Builds the confirmation form for deleting a single comment. |
| comment_confirm_delete_page | modules/comment/comment.admin.inc | Page callback for comment deletions. |
| comment_confirm_delete_submit | modules/comment/comment.admin.inc | Process comment_confirm_delete form submissions. |
| comment_count_unpublished | modules/comment/comment.module | Returns a menu title which includes the number of unapproved comments. |
| comment_delete | modules/comment/comment.module | Delete a comment and all its replies. |
| comment_delete_multiple | modules/comment/comment.module | Delete comments and all their replies. |
| comment_edit_page | modules/comment/comment.module | Page callback for comment editing. |
| comment_enable | modules/comment/comment.install | Implements hook_enable(). |
| comment_entity_info | modules/comment/comment.module | Implements hook_entity_info(). |
| comment_field_extra_fields | modules/comment/comment.module | Implements hook_field_extra_fields(). |
| comment_form | modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| comment_form_alter | modules/comment/comment.module | Implements hook_form_alter(). |
| comment_form_build_preview | modules/comment/comment.module | Build a preview from submitted form values. |
| comment_form_node_type_form_alter | modules/comment/comment.module | Implements hook_form_FORM_ID_alter(). |
| comment_form_submit | modules/comment/comment.module | Process comment form submissions; prepare the comment, store it, and set a redirection target. |
| comment_form_submit_build_comment | modules/comment/comment.module | Build a comment by processing form values and prepare for a form rebuild. |
| comment_form_validate | modules/comment/comment.module | Validate comment form submissions. |
| comment_get_display_ordinal | modules/comment/comment.module | Get the display ordinal for a comment, starting from 0. |
| comment_get_display_page | modules/comment/comment.module | Return the page number for a comment. |
| comment_get_recent | modules/comment/comment.module | Find the most recent comments that are available to the current user. |
| comment_get_thread | modules/comment/comment.module | Retrieve comments for a thread. |
| comment_help | modules/comment/comment.module | Implements hook_help(). |
| comment_links | modules/comment/comment.module | Helper function, build links for an individual comment. |
| comment_load | modules/comment/comment.module | Load the entire comment by cid. |
| comment_load_multiple | modules/comment/comment.module | Load comments from the database. |
| comment_menu | modules/comment/comment.module | Implements hook_menu(). |
| comment_menu_alter | modules/comment/comment.module | Implements hook_menu_alter(). |
| comment_multiple_delete_confirm | modules/comment/comment.admin.inc | List the selected comments and verify that the admin wants to delete them. |
| comment_multiple_delete_confirm_submit | modules/comment/comment.admin.inc | Process comment_multiple_delete_confirm form submissions. |
| comment_new_page_count | modules/comment/comment.module | Calculate page number for first new comment. |
| comment_node_delete | modules/comment/comment.module | Implements hook_node_delete(). |
| comment_node_insert | modules/comment/comment.module | Implements hook_node_insert(). |
| comment_node_load | modules/comment/comment.module | Implements hook_node_load(). |
| comment_node_page_additions | modules/comment/comment.module | Build the comment-related elements for node detail pages. |
| comment_node_prepare | modules/comment/comment.module | Implements hook_node_prepare(). |
| comment_node_search_result | modules/comment/comment.module | Implements hook_node_search_result(). |
| comment_node_type_delete | modules/comment/comment.module | Implements hook_node_type_delete(). |
| comment_node_type_insert | modules/comment/comment.module | Implements hook_node_type_insert(). |
| comment_node_type_load | modules/comment/comment.module | Menu loader callback for Field UI paths. |