Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
color_requirements drupal-6.x/modules/color/color.install
color_scheme_form drupal-6.x/modules/color/color.module Form callback. Returns the configuration form. 1 2
color_scheme_form_submit drupal-6.x/modules/color/color.module Submit handler for color change form. 1
color_scheme_form_validate drupal-6.x/modules/color/color.module Validation handler for color change form. 1
color_theme drupal-6.x/modules/color/color.module Implementation of hook_theme().
color_update_6001 drupal-6.x/modules/color/color.install Warn site administrator if unsafe CSS color codes are found in the database.
comment_access drupal-6.x/modules/comment/comment.module This is *not* a hook_access() implementation. This function is called to determine whether the current user has access to a particular comment. 2
comment_action_info drupal-6.x/modules/comment/comment.module Implementation of hook_action_info().
comment_admin drupal-6.x/modules/comment/comment.admin.inc Menu callback; present an administrative comment listing. 1
comment_admin_overview drupal-6.x/modules/comment/comment.admin.inc Form builder; Builds the comment overview form for the admin. 2
comment_admin_overview_submit drupal-6.x/modules/comment/comment.admin.inc Process comment_admin_overview form submissions.
comment_admin_overview_validate drupal-6.x/modules/comment/comment.admin.inc Validate comment_admin_overview form submissions.
comment_block drupal-6.x/modules/comment/comment.module Implementation of hook_block(). 1
comment_confirm_delete drupal-6.x/modules/comment/comment.admin.inc Form builder; Builds the confirmation form for deleting a single comment. 1
comment_confirm_delete_submit drupal-6.x/modules/comment/comment.admin.inc Process comment_confirm_delete form submissions.
comment_controls drupal-6.x/modules/comment/comment.module Build a comment control form. 5
comment_controls_submit drupal-6.x/modules/comment/comment.module Process comment_controls form submissions.
comment_delete drupal-6.x/modules/comment/comment.admin.inc Menu callback; delete a comment. 2
comment_edit drupal-6.x/modules/comment/comment.pages.inc Form builder; generate a comment editing form. 2
comment_enable drupal-6.x/modules/comment/comment.install Implementation of hook_enable().
comment_form drupal-6.x/modules/comment/comment.module Generate the basic commenting form, for appending to a node or display on a separate page. 1
comment_form_add_preview drupal-6.x/modules/comment/comment.module Form builder; Generate and validate a comment preview form. 1
comment_form_alter drupal-6.x/modules/comment/comment.module Implementation of hook_form_alter().
comment_form_box drupal-6.x/modules/comment/comment.module Theme the comment form box. 3
comment_form_submit drupal-6.x/modules/comment/comment.module Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_form_validate drupal-6.x/modules/comment/comment.module Validate comment form submissions.
comment_get_recent drupal-6.x/modules/comment/comment.module Find a number of recent comments. This is done in two steps. 1. Find the n (specified by $number) nodes that have the most recent comments. This is done by querying node_comment_statistics which has an index on last_comment_timestamp, and is thus a… 1
comment_help drupal-6.x/modules/comment/comment.module Implementation of hook_help().
comment_hook_info drupal-6.x/modules/comment/comment.module Implementation of hook_hook_info().
comment_invoke_comment drupal-6.x/modules/comment/comment.module Invoke a hook_comment() operation in all modules. 5
comment_link drupal-6.x/modules/comment/comment.module Implementation of hook_link().
comment_links drupal-6.x/modules/comment/comment.module Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions. 1
comment_menu drupal-6.x/modules/comment/comment.module Implementation of hook_menu().
comment_multiple_delete_confirm drupal-6.x/modules/comment/comment.admin.inc List the selected comments and verify that the admin really wants to delete them. 1
comment_multiple_delete_confirm_submit drupal-6.x/modules/comment/comment.admin.inc Process comment_multiple_delete_confirm form submissions.
comment_new_page_count drupal-6.x/modules/comment/comment.module Calculate page number for first new comment. 4
comment_nodeapi drupal-6.x/modules/comment/comment.module Implementation of hook_nodeapi(). 1
comment_node_type drupal-6.x/modules/comment/comment.module Implementation of hook_node_type().
comment_node_url drupal-6.x/modules/comment/comment.module A simple helper function. 2
comment_num_all drupal-6.x/modules/comment/comment.module Get comment count for a node. 1
comment_num_new drupal-6.x/modules/comment/comment.module Get number of new comments for current user and specified node. 3
comment_num_replies drupal-6.x/modules/comment/comment.module Get replies count for a comment. 1
comment_operations drupal-6.x/modules/comment/comment.module Comment operations. We offer different update operations depending on which comment administration page we're on. 2
comment_perm drupal-6.x/modules/comment/comment.module Implementation of hook_perm().
comment_publish_action drupal-6.x/modules/comment/comment.module Action to publish a comment. 1
comment_render drupal-6.x/modules/comment/comment.module Renders comment(s). 1 1
comment_reply drupal-6.x/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: 2
comment_save drupal-6.x/modules/comment/comment.module Accepts a submission of new or changed comment content. 1
comment_schema drupal-6.x/modules/comment/comment.install Implementation of hook_schema().
comment_theme drupal-6.x/modules/comment/comment.module Implementation of hook_theme().

Páginas