Search for A
Title | Object type | File name | Summary |
---|---|---|---|
COMMENT_ANONYMOUS_MAYNOT_CONTACT | constant | modules/ |
Anonymous posters cannot enter their contact information. |
COMMENT_ANONYMOUS_MAY_CONTACT | constant | modules/ |
Anonymous posters may leave their contact information. |
COMMENT_ANONYMOUS_MUST_CONTACT | constant | modules/ |
Anonymous posters are required to leave their contact information. |
comment_approve | function | modules/ |
Menu callback; publish specified comment. |
comment_block_save | function | modules/ |
Implements hook_block_save(). |
comment_confirm_delete_page | function | modules/ |
Page callback for comment deletions. |
comment_edit_page | function | modules/ |
Page callback for comment editing. |
comment_enable | function | modules/ |
Implements hook_enable(). |
comment_field_extra_fields | function | modules/ |
Implements hook_field_extra_fields(). |
comment_file_download_access | function | modules/ |
Implements hook_file_download_access(). |
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_SEPARATE_PAGE | constant | modules/ |
Comment form should be displayed on a separate page. |
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 | 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_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_load | function | modules/ |
Load the entire comment by cid. |
comment_load_multiple | function | modules/ |
Load comments from the database. |
comment_menu_alter | function | modules/ |
Implements hook_menu_alter(). |
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_new_page_count | function | modules/ |
Calculate page number for first new comment. |
comment_node_load | function | modules/ |
Implements hook_node_load(). |
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_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_permalink | function | modules/ |
Redirects comment links to the correct page depending on comment settings. |
comment_prepare_thread | function | modules/ |
Loop over comment thread, noting indentation level. |
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_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_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. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.