Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
comment_help drupal/core/modules/comment/comment.module Implements hook_help().
comment_int_to_alphadecimal drupal/core/modules/comment/comment.module Generates a sorting code. 1
comment_library_info drupal/core/modules/comment/comment.module Implements hook_library_info().
comment_links drupal/core/modules/comment/comment.module Adds reply, edit, delete, etc. links, depending on user permissions. 1
comment_load drupal/core/modules/comment/comment.module Loads the entire comment by comment ID. 23
comment_load_multiple drupal/core/modules/comment/comment.module Loads comment entities from the database. 4
comment_menu drupal/core/modules/comment/comment.module Implements hook_menu().
comment_menu_alter drupal/core/modules/comment/comment.module Implements hook_menu_alter().
comment_modules_enabled drupal/core/modules/comment/comment.install Implements hook_modules_enabled().
comment_multiple_delete_confirm drupal/core/modules/comment/comment.admin.inc Form constructor for the confirmation form for bulk comment deletion. 1
comment_multiple_delete_confirm_submit drupal/core/modules/comment/comment.admin.inc Form submission handler for comment_multiple_delete_confirm().
comment_new_page_count drupal/core/modules/comment/comment.module Calculates the page number for the first new comment. 4
comment_node_insert drupal/core/modules/comment/comment.module Implements hook_node_insert().
comment_node_load drupal/core/modules/comment/comment.module Implements hook_node_load().
comment_node_page_additions drupal/core/modules/comment/comment.module Builds the comment-related elements for node detail pages. 2
comment_node_predelete drupal/core/modules/comment/comment.module Implements hook_node_predelete().
comment_node_prepare drupal/core/modules/comment/comment.module Implements hook_node_prepare().
comment_node_search_result drupal/core/modules/comment/comment.module Implements hook_node_search_result().
comment_node_type_delete drupal/core/modules/comment/comment.module Implements hook_node_type_delete().
comment_node_type_insert drupal/core/modules/comment/comment.module Implements hook_node_type_insert().
comment_node_type_load drupal/core/modules/comment/comment.module Loads the comment bundle name corresponding a given content type.
comment_node_type_update drupal/core/modules/comment/comment.module Implements hook_node_type_update().
comment_node_update_index drupal/core/modules/comment/comment.module Implements hook_node_update_index().
comment_node_view drupal/core/modules/comment/comment.module Implements hook_node_view(). 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_permalink drupal/core/modules/comment/comment.module Redirects comment links to the correct page depending on comment settings. 1
comment_permission drupal/core/modules/comment/comment.module Implements hook_permission().
comment_prepare_thread drupal/core/modules/comment/comment.module Calculates the indentation level of each comment in a comment thread. 2
comment_preprocess_block drupal/core/modules/comment/comment.module Implements hook_preprocess_HOOK() for block.tpl.php.
comment_preview drupal/core/modules/comment/comment.module Generates a comment preview. 1 2
comment_publish_action drupal/core/modules/comment/comment.module Publishes a comment. 1
comment_ranking drupal/core/modules/comment/comment.module Implements hook_ranking().
comment_rdf_mapping drupal/core/modules/comment/comment.module Implements hook_rdf_mapping().
comment_reply drupal/core/modules/comment/comment.pages.inc Form constructor for the comment reply form. 1
comment_save drupal/core/modules/comment/comment.module Accepts a submission of new or changed comment content. 12
comment_save_action drupal/core/modules/comment/comment.module Saves a comment.
comment_schema drupal/core/modules/comment/comment.install Implements hook_schema().
comment_test_entity_info_alter drupal/core/modules/comment/tests/modules/comment_test/comment_test.module Implements hook_entity_info_alter().
comment_theme drupal/core/modules/comment/comment.module Implements hook_theme().
comment_tokens drupal/core/modules/comment/comment.tokens.inc Implements hook_tokens().
comment_token_info drupal/core/modules/comment/comment.tokens.inc Implements hook_token_info().
comment_translation_configuration_element_submit drupal/core/modules/comment/comment.module Form submission handler for node_type_form(). 1
comment_uninstall drupal/core/modules/comment/comment.install Implements hook_uninstall().
comment_unpublish_action drupal/core/modules/comment/comment.module Unpublishes a comment. 1
comment_unpublish_by_keyword_action drupal/core/modules/comment/comment.module Unpublishes a comment if it contains certain keywords.
comment_unpublish_by_keyword_action_form drupal/core/modules/comment/comment.module Form constructor for the blacklisted keywords form.
comment_unpublish_by_keyword_action_submit drupal/core/modules/comment/comment.module Form submission handler for comment_unpublish_by_keyword_action_form().
comment_update_8000 drupal/core/modules/comment/comment.install Renames {comment}.language to {comment}.langcode.
comment_update_8001 drupal/core/modules/comment/comment.install Create a UUID column for comments.
comment_update_8002 drupal/core/modules/comment/comment.install Make *id fields unsigned.

Pages

Other projects