comment_delete |
core/modules/comment/comment.module |
Deletes a comment and all its replies. |
comment_delete_multiple |
core/modules/comment/comment.module |
Deletes comments and all their replies. |
comment_edit_page |
core/modules/comment/comment.module |
Page callback: Displays the comment editing form. |
comment_enable |
core/modules/comment/comment.install |
Implements hook_enable(). |
comment_entity_info |
core/modules/comment/comment.module |
Implements hook_entity_info(). |
comment_field_extra_fields |
core/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
comment_file_download_access |
core/modules/comment/comment.module |
Implements hook_file_download_access(). |
comment_form |
core/modules/comment/comment.module |
Form constructor for the basic commenting form. |
comment_forms |
core/modules/comment/comment.module |
Implements hook_forms(). |
comment_form_build_preview |
core/modules/comment/comment.module |
Form submission handler for the 'preview' button in comment_form(). |
comment_form_node_form_alter |
core/modules/comment/comment.module |
Implements hook_form_BASE_FORM_ID_alter(). |
comment_form_node_type_form_alter |
core/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
comment_form_submit |
core/modules/comment/comment.module |
Form submission handler for comment_form(). |
comment_form_submit_build_comment |
core/modules/comment/comment.module |
Updates the comment entity by processing the submission's values. |
comment_form_validate |
core/modules/comment/comment.module |
Form validation handler for comment_form(). |
comment_get_display_ordinal |
core/modules/comment/comment.module |
Gets the display ordinal for a comment, starting from 0. |
comment_get_display_page |
core/modules/comment/comment.module |
Returns the page number for a comment. |
comment_get_recent |
core/modules/comment/comment.module |
Finds the most recent comments that are available to the current user. |
comment_get_thread |
core/modules/comment/comment.module |
Retrieves comments for a thread. |
comment_increment_alphadecimal |
core/modules/comment/comment.module |
Increments a sorting code to the next value. |
comment_install |
core/modules/comment/comment.install |
Implements hook_install(). |
comment_int_to_alphadecimal |
core/modules/comment/comment.module |
Generates a sorting code. |
comment_links |
core/modules/comment/comment.module |
Adds reply, edit, delete, etc. links, depending on user permissions. |
comment_load |
core/modules/comment/comment.module |
Loads the entire comment by comment ID. |
comment_load_multiple |
core/modules/comment/comment.module |
Loads comments from the database. |
comment_menu |
core/modules/comment/comment.module |
Implements hook_menu(). |
comment_menu_alter |
core/modules/comment/comment.module |
Implements hook_menu_alter(). |
comment_menu_node_type_load |
core/modules/comment/comment.module |
Loads the comment bundle name corresponding a given content type. |
comment_modules_enabled |
core/modules/comment/comment.install |
Implements hook_modules_enabled(). |
comment_multiple_delete_confirm |
core/modules/comment/comment.admin.inc |
Form constructor for the confirmation form for bulk comment deletion. |
comment_multiple_delete_confirm_submit |
core/modules/comment/comment.admin.inc |
Form submission handler for comment_multiple_delete_confirm(). |
comment_new_page_count |
core/modules/comment/comment.module |
Calculates the page number for the first new comment. |
comment_node_insert |
core/modules/comment/comment.module |
Implements hook_node_insert(). |
comment_node_load |
core/modules/comment/comment.module |
Implements hook_node_load(). |
comment_node_page_additions |
core/modules/comment/comment.module |
Builds the comment-related elements for node detail pages. |
comment_node_predelete |
core/modules/comment/comment.module |
Implements hook_node_predelete(). |
comment_node_prepare |
core/modules/comment/comment.module |
Implements hook_node_prepare(). |
comment_node_presave |
core/modules/comment/comment.module |
Implements hook_node_presave(). |
comment_node_search_result |
core/modules/comment/comment.module |
Implements hook_node_search_result(). |
comment_node_type_delete |
core/modules/comment/comment.module |
Implements hook_node_type_delete(). |
comment_node_type_insert |
core/modules/comment/comment.module |
Implements hook_node_type_insert(). |
comment_node_type_load |
core/modules/comment/comment.module |
Implements hook_node_type_load(). |
comment_node_type_update |
core/modules/comment/comment.module |
Implements hook_node_type_update(). |
comment_node_update_index |
core/modules/comment/comment.module |
Implements hook_node_update_index(). |
comment_node_view |
core/modules/comment/comment.module |
Implements hook_node_view(). |
comment_num_new |
core/modules/comment/comment.module |
Gets the number of new comments for the current user and the specified node. |
comment_permalink |
core/modules/comment/comment.module |
Redirects comment links to the correct page depending on comment settings. |
comment_permission |
core/modules/comment/comment.module |
Implements hook_permission(). |
comment_prepare_thread |
core/modules/comment/comment.module |
Calculates the indentation level of each comment in a comment thread. |
comment_preprocess_block |
core/modules/comment/comment.module |
Implements hook_preprocess_block(). |