comment_block_view |
drupal/modules/comment/comment.module |
Implements hook_block_view(). |
comment_build_content |
drupal/modules/comment/comment.module |
Builds a structured array representing the comment's content. |
comment_confirm_delete |
drupal/modules/comment/comment.admin.inc |
Form builder; Builds the confirmation form for deleting a single comment. |
comment_confirm_delete_page |
drupal/modules/comment/comment.admin.inc |
Page callback for comment deletions. |
comment_confirm_delete_submit |
drupal/modules/comment/comment.admin.inc |
Process comment_confirm_delete form submissions. |
comment_count_unpublished |
drupal/modules/comment/comment.module |
Returns a menu title which includes the number of unapproved comments. |
comment_delete |
drupal/modules/comment/comment.module |
Delete a comment and all its replies. |
comment_delete_multiple |
drupal/modules/comment/comment.module |
Delete comments and all their replies. |
comment_edit_page |
drupal/modules/comment/comment.module |
Page callback for comment editing. |
comment_enable |
drupal/modules/comment/comment.install |
Implements hook_enable(). |
comment_entity_info |
drupal/modules/comment/comment.module |
Implements hook_entity_info(). |
comment_field_extra_fields |
drupal/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
comment_file_download_access |
drupal/modules/comment/comment.module |
Implements hook_file_download_access(). |
comment_form |
drupal/modules/comment/comment.module |
Generate the basic commenting form, for appending to a node or display on a separate page. |
comment_forms |
drupal/modules/comment/comment.module |
Implements hook_forms(). |
comment_form_build_preview |
drupal/modules/comment/comment.module |
Build a preview from submitted form values. |
comment_form_node_form_alter |
drupal/modules/comment/comment.module |
Implements hook_form_BASE_FORM_ID_alter(). |
comment_form_node_type_form_alter |
drupal/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
comment_form_submit |
drupal/modules/comment/comment.module |
Process comment form submissions; prepare the comment, store it, and set a redirection target. |
comment_form_submit_build_comment |
drupal/modules/comment/comment.module |
Updates the form state's comment entity by processing this submission's values. |
comment_form_validate |
drupal/modules/comment/comment.module |
Validate comment form submissions. |
comment_get_display_ordinal |
drupal/modules/comment/comment.module |
Get the display ordinal for a comment, starting from 0. |
comment_get_display_page |
drupal/modules/comment/comment.module |
Return the page number for a comment. |
comment_get_recent |
drupal/modules/comment/comment.module |
Find the most recent comments that are available to the current user. |
comment_get_thread |
drupal/modules/comment/comment.module |
Retrieve comments for a thread. |
comment_help |
drupal/modules/comment/comment.module |
Implements hook_help(). |
comment_links |
drupal/modules/comment/comment.module |
Helper function, build links for an individual comment. |
comment_load |
drupal/modules/comment/comment.module |
Load the entire comment by cid. |
comment_load_multiple |
drupal/modules/comment/comment.module |
Load comments from the database. |
comment_menu |
drupal/modules/comment/comment.module |
Implements hook_menu(). |
comment_menu_alter |
drupal/modules/comment/comment.module |
Implements hook_menu_alter(). |
comment_modules_enabled |
drupal/modules/comment/comment.install |
Implements hook_modules_enabled(). |
comment_multiple_delete_confirm |
drupal/modules/comment/comment.admin.inc |
List the selected comments and verify that the admin wants to delete them. |
comment_multiple_delete_confirm_submit |
drupal/modules/comment/comment.admin.inc |
Process comment_multiple_delete_confirm form submissions. |
comment_new_page_count |
drupal/modules/comment/comment.module |
Calculate page number for first new comment. |
comment_node_delete |
drupal/modules/comment/comment.module |
Implements hook_node_delete(). |
comment_node_insert |
drupal/modules/comment/comment.module |
Implements hook_node_insert(). |
comment_node_load |
drupal/modules/comment/comment.module |
Implements hook_node_load(). |
comment_node_page_additions |
drupal/modules/comment/comment.module |
Build the comment-related elements for node detail pages. |
comment_node_prepare |
drupal/modules/comment/comment.module |
Implements hook_node_prepare(). |
comment_node_search_result |
drupal/modules/comment/comment.module |
Implements hook_node_search_result(). |
comment_node_type_delete |
drupal/modules/comment/comment.module |
Implements hook_node_type_delete(). |
comment_node_type_insert |
drupal/modules/comment/comment.module |
Implements hook_node_type_insert(). |
comment_node_type_load |
drupal/modules/comment/comment.module |
Menu loader callback for Field UI paths. |
comment_node_type_update |
drupal/modules/comment/comment.module |
Implements hook_node_type_update(). |
comment_node_update_index |
drupal/modules/comment/comment.module |
Implements hook_node_update_index(). |
comment_node_view |
drupal/modules/comment/comment.module |
Implements hook_node_view(). |
comment_num_new |
drupal/modules/comment/comment.module |
Get number of new comments for current user and specified node. |
comment_permalink |
drupal/modules/comment/comment.module |
Redirects comment links to the correct page depending on comment settings. |
comment_permission |
drupal/modules/comment/comment.module |
Implements hook_permission(). |