Search for all
Title | Object type | File name | Summary |
---|---|---|---|
comment_node_search_result | function | modules/ |
Implements hook_node_search_result(). |
comment_node_type_delete | function | modules/ |
Implements hook_node_type_delete(). |
comment_node_type_insert | function | modules/ |
Implements hook_node_type_insert(). |
comment_node_type_load | function | modules/ |
Menu loader callback for Field UI paths. |
comment_node_type_update | function | modules/ |
Implements hook_node_type_update(). |
comment_node_update_index | function | modules/ |
Implements hook_node_update_index(). |
comment_node_view | function | modules/ |
Implements hook_node_view(). |
COMMENT_NOT_PUBLISHED | constant | modules/ |
Comment is awaiting approval. |
comment_num_new | function | modules/ |
Get number of new comments for current user and specified node. |
comment_permalink | function | modules/ |
Redirects comment links to the correct page depending on comment settings. |
comment_permission | function | modules/ |
Implements hook_permission(). |
comment_prepare_thread | function | modules/ |
Loop over comment thread, noting indentation level. |
comment_preview | function | modules/ |
Generate a comment preview. |
COMMENT_PUBLISHED | constant | modules/ |
Comment is published. |
comment_publish_action | function | modules/ |
Publishes a comment. |
comment_ranking | function | modules/ |
Implements hook_ranking(). |
comment_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
comment_reply | function | modules/ |
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including: |
comment_save | function | modules/ |
Accepts a submission of new or changed comment content. |
comment_save_action | function | modules/ |
Saves a comment. |
comment_schema | function | modules/ |
Implements hook_schema(). |
comment_submit | function | modules/ |
Prepare a comment for submission. |
comment_theme | function | modules/ |
Implements hook_theme(). |
comment_tokens | function | modules/ |
Implements hook_tokens(). |
comment_token_info | function | modules/ |
Implements hook_token_info(). |
comment_uninstall | function | modules/ |
Implements hook_uninstall(). |
comment_unpublish_action | function | modules/ |
Unpublishes a comment. |
comment_unpublish_by_keyword_action | function | modules/ |
Unpublishes a comment if it contains certain keywords. |
comment_unpublish_by_keyword_action_form | function | modules/ |
Form builder; Prepare a form for blacklisted keywords. |
comment_unpublish_by_keyword_action_submit | function | modules/ |
Process comment_unpublish_by_keyword_action_form form submissions. |
comment_update_7000 | function | modules/ |
Rename comment display setting variables. |
comment_update_7001 | function | modules/ |
Change comment status from published being 0 to being 1 |
comment_update_7002 | function | modules/ |
Rename {comments} table to {comment} and upgrade it. |
comment_update_7003 | function | modules/ |
Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}. |
comment_update_7004 | function | modules/ |
Upgrade the {node_comment_statistics} table. |
comment_update_7005 | function | modules/ |
Create the comment_body field. |
comment_update_7006 | function | modules/ |
Migrate data from the comment field to field storage. |
comment_update_7007 | function | modules/ |
Add an index to the created column. |
comment_update_7008 | function | modules/ |
Update database to match Drupal 7 schema. |
comment_update_7009 | function | modules/ |
Change the last_comment_timestamp column description. |
comment_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
comment_update_index | function | modules/ |
Implements hook_update_index(). |
comment_uri | function | modules/ |
Implements callback_entity_info_uri(). |
comment_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
comment_user_delete | function | modules/ |
Implements hook_user_delete(). |
comment_view | function | modules/ |
Generate an array for rendering the given comment. |
comment_view_multiple | function | modules/ |
Construct a drupal_render() style array from an array of loaded comments. |
common.inc | file | includes/ |
Common functions that many Drupal modules will need to reference. |
common.test | file | modules/ |
Tests for common.inc functionality. |
CommonSizeTestCase | class | modules/ |
Tests file size parsing and formatting functions. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.