Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
comment_node_type_update drupal-7.x/modules/comment/comment.module Implements hook_node_type_update().
comment_node_update_index drupal-7.x/modules/comment/comment.module Implements hook_node_update_index().
comment_node_view drupal-7.x/modules/comment/comment.module Implements hook_node_view().
comment_num_new drupal-7.x/modules/comment/comment.module Get number of new comments for current user and specified node. 4 2
comment_permalink drupal-7.x/modules/comment/comment.module Redirects comment links to the correct page depending on comment settings. 1
comment_permission drupal-7.x/modules/comment/comment.module Implements hook_permission().
comment_prepare_thread drupal-7.x/modules/comment/comment.module Loop over comment thread, noting indentation level. 2
comment_preview drupal-7.x/modules/comment/comment.module Generate a comment preview. 1 6
comment_publish_action drupal-7.x/modules/comment/comment.module Publishes a comment. 1 4
comment_ranking drupal-7.x/modules/comment/comment.module Implements hook_ranking().
comment_rdf_mapping drupal-7.x/modules/comment/comment.module Implements hook_rdf_mapping().
comment_reply drupal-7.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-7.x/modules/comment/comment.module Accepts a submission of new or changed comment content. 10
comment_save_action drupal-7.x/modules/comment/comment.module Saves a comment. 2
comment_schema drupal-7.x/modules/comment/comment.install Implements hook_schema().
comment_submit drupal-7.x/modules/comment/comment.module Prepare a comment for submission. 1
comment_theme drupal-7.x/modules/comment/comment.module Implements hook_theme().
comment_tokens drupal-7.x/modules/comment/comment.tokens.inc Implements hook_tokens().
comment_token_info drupal-7.x/modules/comment/comment.tokens.inc Implements hook_token_info().
comment_uninstall drupal-7.x/modules/comment/comment.install Implements hook_uninstall().
comment_unpublish_action drupal-7.x/modules/comment/comment.module Unpublishes a comment. 1 3
comment_unpublish_by_keyword_action drupal-7.x/modules/comment/comment.module Unpublishes a comment if it contains certain keywords. 2
comment_unpublish_by_keyword_action_form drupal-7.x/modules/comment/comment.module Form builder; Prepare a form for blacklisted keywords.
comment_unpublish_by_keyword_action_submit drupal-7.x/modules/comment/comment.module Process comment_unpublish_by_keyword_action_form form submissions.
comment_update_7000 drupal-7.x/modules/comment/comment.install Rename comment display setting variables.
comment_update_7001 drupal-7.x/modules/comment/comment.install Change comment status from published being 0 to being 1
comment_update_7002 drupal-7.x/modules/comment/comment.install Rename {comments} table to {comment} and upgrade it.
comment_update_7003 drupal-7.x/modules/comment/comment.install Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
comment_update_7004 drupal-7.x/modules/comment/comment.install Upgrade the {node_comment_statistics} table.
comment_update_7005 drupal-7.x/modules/comment/comment.install Create the comment_body field.
comment_update_7006 drupal-7.x/modules/comment/comment.install Migrate data from the comment field to field storage.
comment_update_7007 drupal-7.x/modules/comment/comment.install Add an index to the created column.
comment_update_7008 drupal-7.x/modules/comment/comment.install Update database to match Drupal 7 schema.
comment_update_7009 drupal-7.x/modules/comment/comment.install Change the last_comment_timestamp column description.
comment_update_dependencies drupal-7.x/modules/comment/comment.install Implements hook_update_dependencies().
comment_update_index drupal-7.x/modules/comment/comment.module Implements hook_update_index().
comment_uri drupal-7.x/modules/comment/comment.module Implements callback_entity_info_uri(). 1
comment_user_cancel drupal-7.x/modules/comment/comment.module Implements hook_user_cancel().
comment_user_delete drupal-7.x/modules/comment/comment.module Implements hook_user_delete().
comment_view drupal-7.x/modules/comment/comment.module Generate an array for rendering the given comment. 4 3
comment_view_multiple drupal-7.x/modules/comment/comment.module Construct a drupal_render() style array from an array of loaded comments. 2
common_test_cron drupal-7.x/modules/simpletest/tests/common_test.module Implements hook_cron(). 2
common_test_cron_helper_cron drupal-7.x/modules/simpletest/tests/common_test_cron_helper.module Implements hook_cron().
common_test_destination drupal-7.x/modules/simpletest/tests/common_test.module Print destination query parameter. 1
common_test_drupal_alter_alter drupal-7.x/modules/simpletest/tests/common_test.module Implements hook_TYPE_alter().
common_test_drupal_goto_alter drupal-7.x/modules/simpletest/tests/common_test.module Implements hook_drupal_goto_alter().
common_test_drupal_goto_land drupal-7.x/modules/simpletest/tests/common_test.module Landing page for drupal_goto(). 1
common_test_drupal_goto_land_fail drupal-7.x/modules/simpletest/tests/common_test.module Fail landing page for drupal_goto(). 1
common_test_drupal_goto_redirect drupal-7.x/modules/simpletest/tests/common_test.module Redirect using drupal_goto(). 1
common_test_drupal_goto_redirect_advanced drupal-7.x/modules/simpletest/tests/common_test.module Redirect using drupal_goto(). 1

Páginas