Search for d
Title | Object type | File name | Summary |
---|---|---|---|
comment_admin_overview_validate | function | modules/ |
Validate comment_admin_overview form submissions. |
comment_build_content | function | modules/ |
Builds a structured array representing the comment's content. |
comment_confirm_delete | function | modules/ |
Form builder; Builds the confirmation form for deleting a single comment. |
comment_confirm_delete_page | function | modules/ |
Page callback for comment deletions. |
comment_confirm_delete_submit | function | modules/ |
Process comment_confirm_delete form submissions. |
comment_count_unpublished | function | modules/ |
Returns a menu title which includes the number of unapproved comments. |
comment_delete | function | modules/ |
Delete a comment and all its replies. |
comment_delete_multiple | function | modules/ |
Delete comments and all their replies. |
comment_edit_page | function | modules/ |
Page callback for comment editing. |
comment_field_extra_fields | function | modules/ |
Implements hook_field_extra_fields(). |
comment_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
comment_form_build_preview | function | modules/ |
Build a preview from submitted form values. |
comment_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). |
comment_form_node_type_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
comment_form_submit_build_comment | function | modules/ |
Updates the form state's comment entity by processing this submission's values. |
comment_form_validate | function | modules/ |
Validate comment form submissions. |
comment_get_display_ordinal | function | modules/ |
Get the display ordinal for a comment, starting from 0. |
comment_get_display_page | function | modules/ |
Return the page number for a comment. |
comment_get_thread | function | modules/ |
Retrieve comments for a thread. |
comment_hacks.css.optimized.css | file | modules/ |
.test1{display:block;}img[style*="float: right"]{padding-left:5px;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px… |
comment_hacks.css.unoptimized.css | file | modules/ |
/* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
comment_hook_test.module | file | modules/ |
Test module for the comment hooks testing. |
comment_load | function | modules/ |
Load the entire comment by cid. |
comment_load_multiple | function | modules/ |
Load comments from the database. |
COMMENT_MODE_FLAT | constant | modules/ |
Comments are displayed in a flat list - expanded. |
COMMENT_MODE_THREADED | constant | modules/ |
Comments are displayed as a threaded list - expanded. |
comment_modules_enabled | function | modules/ |
Implements hook_modules_enabled(). |
comment_multiple_delete_confirm | function | modules/ |
List the selected comments and verify that the admin wants to delete them. |
comment_multiple_delete_confirm_submit | function | modules/ |
Process comment_multiple_delete_confirm form submissions. |
COMMENT_NODE_CLOSED | constant | modules/ |
Comments for this node are closed. |
comment_node_delete | function | modules/ |
Implements hook_node_delete(). |
COMMENT_NODE_HIDDEN | constant | modules/ |
Comments for this node are hidden. |
comment_node_insert | function | modules/ |
Implements hook_node_insert(). |
comment_node_load | function | modules/ |
Implements hook_node_load(). |
COMMENT_NODE_OPEN | constant | modules/ |
Comments for this node are open. |
comment_node_page_additions | function | modules/ |
Build the comment-related elements for node detail pages. |
comment_node_prepare | function | modules/ |
Implements hook_node_prepare(). |
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_prepare_thread | function | modules/ |
Loop over comment thread, noting indentation level. |
COMMENT_PUBLISHED | constant | modules/ |
Comment is published. |
comment_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
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. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.