Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
comment_admin_overview_submit drupal-7.x/modules/comment/comment.admin.inc Process comment_admin_overview form submissions.
comment_admin_overview_validate drupal-7.x/modules/comment/comment.admin.inc Validate comment_admin_overview form submissions.
comment_approve drupal-7.x/modules/comment/comment.pages.inc Menu callback; publish specified comment. 1
comment_block_configure drupal-7.x/modules/comment/comment.module Implements hook_block_configure().
comment_block_info drupal-7.x/modules/comment/comment.module Implements hook_block_info().
comment_block_save drupal-7.x/modules/comment/comment.module Implements hook_block_save().
comment_block_view drupal-7.x/modules/comment/comment.module Implements hook_block_view().
comment_build_content drupal-7.x/modules/comment/comment.module Builds a structured array representing the comment's content. 1
comment_confirm_delete drupal-7.x/modules/comment/comment.admin.inc Form builder; Builds the confirmation form for deleting a single comment. 1
comment_confirm_delete_page drupal-7.x/modules/comment/comment.admin.inc Page callback for comment deletions. 1
comment_confirm_delete_submit drupal-7.x/modules/comment/comment.admin.inc Process comment_confirm_delete form submissions.
comment_count_unpublished drupal-7.x/modules/comment/comment.module Returns a menu title which includes the number of unapproved comments. 1
comment_delete drupal-7.x/modules/comment/comment.module Delete a comment and all its replies. 2 8
comment_delete_multiple drupal-7.x/modules/comment/comment.module Delete comments and all their replies. 6
comment_edit_page drupal-7.x/modules/comment/comment.module Page callback for comment editing. 1
comment_enable drupal-7.x/modules/comment/comment.install Implements hook_enable().
comment_entity_info drupal-7.x/modules/comment/comment.module Implements hook_entity_info().
comment_field_extra_fields drupal-7.x/modules/comment/comment.module Implements hook_field_extra_fields().
comment_file_download_access drupal-7.x/modules/comment/comment.module Implements hook_file_download_access().
comment_form drupal-7.x/modules/comment/comment.module Generate the basic commenting form, for appending to a node or display on a separate page. 7
comment_forms drupal-7.x/modules/comment/comment.module Implements hook_forms().
comment_form_build_preview drupal-7.x/modules/comment/comment.module Build a preview from submitted form values. 1
comment_form_node_form_alter drupal-7.x/modules/comment/comment.module Implements hook_form_BASE_FORM_ID_alter().
comment_form_node_type_form_alter drupal-7.x/modules/comment/comment.module Implements hook_form_FORM_ID_alter().
comment_form_submit drupal-7.x/modules/comment/comment.module Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_form_submit_build_comment drupal-7.x/modules/comment/comment.module Updates the form state's comment entity by processing this submission's values. 2
comment_form_validate drupal-7.x/modules/comment/comment.module Validate comment form submissions.
comment_get_display_ordinal drupal-7.x/modules/comment/comment.module Get the display ordinal for a comment, starting from 0. 1
comment_get_display_page drupal-7.x/modules/comment/comment.module Return the page number for a comment. 2
comment_get_recent drupal-7.x/modules/comment/comment.module Find the most recent comments that are available to the current user. 1
comment_get_thread drupal-7.x/modules/comment/comment.module Retrieve comments for a thread. 2
comment_help drupal-7.x/modules/comment/comment.module Implements hook_help().
comment_links drupal-7.x/modules/comment/comment.module Helper function, build links for an individual comment. 1
comment_load drupal-7.x/modules/comment/comment.module Load the entire comment by cid. 20
comment_load_multiple drupal-7.x/modules/comment/comment.module Load comments from the database. 8
comment_menu drupal-7.x/modules/comment/comment.module Implements hook_menu().
comment_menu_alter drupal-7.x/modules/comment/comment.module Implements hook_menu_alter().
comment_modules_enabled drupal-7.x/modules/comment/comment.install Implements hook_modules_enabled().
comment_multiple_delete_confirm drupal-7.x/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-7.x/modules/comment/comment.admin.inc Process comment_multiple_delete_confirm form submissions.
comment_new_page_count drupal-7.x/modules/comment/comment.module Calculate page number for first new comment. 3
comment_node_delete drupal-7.x/modules/comment/comment.module Implements hook_node_delete().
comment_node_insert drupal-7.x/modules/comment/comment.module Implements hook_node_insert().
comment_node_load drupal-7.x/modules/comment/comment.module Implements hook_node_load().
comment_node_page_additions drupal-7.x/modules/comment/comment.module Build the comment-related elements for node detail pages. 1
comment_node_prepare drupal-7.x/modules/comment/comment.module Implements hook_node_prepare().
comment_node_search_result drupal-7.x/modules/comment/comment.module Implements hook_node_search_result().
comment_node_type_delete drupal-7.x/modules/comment/comment.module Implements hook_node_type_delete().
comment_node_type_insert drupal-7.x/modules/comment/comment.module Implements hook_node_type_insert().
comment_node_type_load drupal-7.x/modules/comment/comment.module Menu loader callback for Field UI paths.

Páginas