Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
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. 1
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. 3
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. 1
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. 4 1
comment_permalink drupal/modules/comment/comment.module Redirects comment links to the correct page depending on comment settings. 1
comment_permission drupal/modules/comment/comment.module Implements hook_permission().
comment_prepare_thread drupal/modules/comment/comment.module Loop over comment thread, noting indentation level. 2
comment_preview drupal/modules/comment/comment.module Generate a comment preview. 1 2
comment_publish_action drupal/modules/comment/comment.module Publishes a comment. 1
comment_ranking drupal/modules/comment/comment.module Implements hook_ranking().
comment_rdf_mapping drupal/modules/comment/comment.module Implements hook_rdf_mapping().
comment_reply drupal/modules/comment/comment.pages.inc This function is responsible for generating a comment reply form. There are several cases that have to be handled, including: 1
comment_save drupal/modules/comment/comment.module Accepts a submission of new or changed comment content. 11
comment_save_action drupal/modules/comment/comment.module Saves a comment.
comment_schema drupal/modules/comment/comment.install Implements hook_schema().
comment_submit drupal/modules/comment/comment.module Prepare a comment for submission. 1
comment_theme drupal/modules/comment/comment.module Implements hook_theme().
comment_tokens drupal/modules/comment/comment.tokens.inc Implements hook_tokens().
comment_token_info drupal/modules/comment/comment.tokens.inc Implements hook_token_info().
comment_uninstall drupal/modules/comment/comment.install Implements hook_uninstall().
comment_unpublish_action drupal/modules/comment/comment.module Unpublishes a comment. 1
comment_unpublish_by_keyword_action drupal/modules/comment/comment.module Unpublishes a comment if it contains certain keywords. 1 1
comment_unpublish_by_keyword_action_form drupal/modules/comment/comment.module Form builder; Prepare a form for blacklisted keywords.
comment_unpublish_by_keyword_action_submit drupal/modules/comment/comment.module Process comment_unpublish_by_keyword_action_form form submissions.
comment_update_7000 drupal/modules/comment/comment.install Rename comment display setting variables.
comment_update_7001 drupal/modules/comment/comment.install Change comment status from published being 0 to being 1
comment_update_7002 drupal/modules/comment/comment.install Rename {comments} table to {comment} and upgrade it.
comment_update_7003 drupal/modules/comment/comment.install Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
comment_update_7004 drupal/modules/comment/comment.install Upgrade the {node_comment_statistics} table.
comment_update_7005 drupal/modules/comment/comment.install Create the comment_body field.
comment_update_7006 drupal/modules/comment/comment.install Migrate data from the comment field to field storage.
comment_update_7007 drupal/modules/comment/comment.install Add an index to the created column.
comment_update_7008 drupal/modules/comment/comment.install Update database to match Drupal 7 schema.
comment_update_7009 drupal/modules/comment/comment.install Change the last_comment_timestamp column description.
comment_update_dependencies drupal/modules/comment/comment.install Implements hook_update_dependencies().
comment_update_index drupal/modules/comment/comment.module Implements hook_update_index().

Pages

Other projects