Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
comment_prepare_thread drupal/core/modules/comment/comment.module Calculates the indentation level of each comment in a comment thread. 2
comment_permission drupal/core/modules/comment/comment.module Implements hook_permission().
comment_permalink drupal/core/modules/comment/comment.module Redirects comment links to the correct page depending on comment settings. 1
comment_num_new drupal/core/modules/comment/comment.module Gets the number of new comments for the current user and the specified node. 4 1
comment_node_view drupal/core/modules/comment/comment.module Implements hook_node_view(). 1
comment_node_update_index drupal/core/modules/comment/comment.module Implements hook_node_update_index().
comment_node_type_update drupal/core/modules/comment/comment.module Implements hook_node_type_update().
comment_node_type_load drupal/core/modules/comment/comment.module Loads the comment bundle name corresponding a given content type.
comment_node_type_insert drupal/core/modules/comment/comment.module Implements hook_node_type_insert().
comment_node_type_delete drupal/core/modules/comment/comment.module Implements hook_node_type_delete().
comment_node_search_result drupal/core/modules/comment/comment.module Implements hook_node_search_result().
comment_node_prepare drupal/core/modules/comment/comment.module Implements hook_node_prepare().
comment_node_predelete drupal/core/modules/comment/comment.module Implements hook_node_predelete().
comment_node_page_additions drupal/core/modules/comment/comment.module Builds the comment-related elements for node detail pages. 2
comment_node_load drupal/core/modules/comment/comment.module Implements hook_node_load().
comment_node_insert drupal/core/modules/comment/comment.module Implements hook_node_insert().
comment_new_page_count drupal/core/modules/comment/comment.module Calculates the page number for the first new comment. 4
comment_multiple_delete_confirm_submit drupal/core/modules/comment/comment.admin.inc Form submission handler for comment_multiple_delete_confirm().
comment_multiple_delete_confirm drupal/core/modules/comment/comment.admin.inc Form constructor for the confirmation form for bulk comment deletion. 1
comment_modules_enabled drupal/core/modules/comment/comment.install Implements hook_modules_enabled().
comment_menu_alter drupal/core/modules/comment/comment.module Implements hook_menu_alter().
comment_menu drupal/core/modules/comment/comment.module Implements hook_menu().
comment_load_multiple drupal/core/modules/comment/comment.module Loads comment entities from the database. 4
comment_load drupal/core/modules/comment/comment.module Loads the entire comment by comment ID. 23
comment_links drupal/core/modules/comment/comment.module Adds reply, edit, delete, etc. links, depending on user permissions. 1
comment_library_info drupal/core/modules/comment/comment.module Implements hook_library_info().
comment_int_to_alphadecimal drupal/core/modules/comment/comment.module Generates a sorting code. 1
comment_help drupal/core/modules/comment/comment.module Implements hook_help().
comment_get_thread drupal/core/modules/comment/comment.module Retrieves comments for a thread. 2
comment_get_recent drupal/core/modules/comment/comment.module Finds the most recent comments that are available to the current user. 1
comment_get_display_page drupal/core/modules/comment/comment.module Returns the page number for a comment. 2
comment_get_display_ordinal drupal/core/modules/comment/comment.module Gets the display ordinal for a comment, starting from 0. 1
comment_form_node_type_form_alter drupal/core/modules/comment/comment.module Implements hook_form_FORM_ID_alter().
comment_form_node_form_alter drupal/core/modules/comment/comment.module Implements hook_form_BASE_FORM_ID_alter().
comment_file_download_access drupal/core/modules/comment/comment.module Implements hook_file_download_access().
comment_field_extra_fields drupal/core/modules/comment/comment.module Implements hook_field_extra_fields().
comment_entity_info drupal/core/modules/comment/comment.module Implements hook_entity_info().
comment_enable drupal/core/modules/comment/comment.install Implements hook_enable().
comment_edit_page drupal/core/modules/comment/comment.module Page callback: Displays the comment editing form. 1
comment_delete_multiple drupal/core/modules/comment/comment.module Deletes comments and all their replies. 7
comment_delete drupal/core/modules/comment/comment.module Deletes a comment and all its replies. 2 1
comment_count_unpublished drupal/core/modules/comment/comment.module Returns a menu title which includes the number of unapproved comments. 1
comment_confirm_delete_submit drupal/core/modules/comment/comment.admin.inc Form submission handler for comment_confirm_delete().
comment_confirm_delete_page drupal/core/modules/comment/comment.admin.inc Page callback: Shows a confirmation page for comment deletions. 1
comment_confirm_delete drupal/core/modules/comment/comment.admin.inc Form constructor for the confirmation form for comment deletion. 1
comment_block_view drupal/core/modules/comment/comment.module Implements hook_block_view().
comment_block_save drupal/core/modules/comment/comment.module Implements hook_block_save().
comment_block_info drupal/core/modules/comment/comment.module Implements hook_block_info().
comment_block_configure drupal/core/modules/comment/comment.module Implements hook_block_configure().
comment_approve drupal/core/modules/comment/comment.pages.inc Page callback: Publishes the specified comment. 1

Pages

Other projects