CommentViewsHandlerArgumentUserUidTest::testCommentUserUidTest |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Override the view from the argument test case to remove the argument and
add filter with the uid as the value. |
comment_access |
core/modules/comment/comment.module |
Determines whether the current user has access to a particular comment. |
comment_action_info |
core/modules/comment/comment.module |
Implements hook_action_info(). |
comment_admin |
core/modules/comment/comment.admin.inc |
Page callback: Presents an administrative comment listing. |
comment_admin_overview |
core/modules/comment/comment.admin.inc |
Form constructor for the comment overview administration form. |
comment_admin_overview_submit |
core/modules/comment/comment.admin.inc |
Form submission handler for comment_admin_overview(). |
comment_admin_overview_validate |
core/modules/comment/comment.admin.inc |
Form validation handler for comment_admin_overview(). |
comment_alphadecimal_to_int |
core/modules/comment/comment.module |
Decodes a sorting code back to an integer. |
comment_approve |
core/modules/comment/comment.pages.inc |
Page callback: Publishes the specified comment. |
comment_autoload_info |
core/modules/comment/comment.module |
Implements hook_autoload_info(). |
comment_block_configure |
core/modules/comment/comment.module |
Implements hook_block_configure(). |
comment_block_info |
core/modules/comment/comment.module |
Implements hook_block_info(). |
comment_block_view |
core/modules/comment/comment.module |
Implements hook_block_view(). |
comment_build_content |
core/modules/comment/comment.module |
Builds a structured array representing the comment's content. |
comment_config_create_validate |
core/modules/comment/comment.module |
Implements hook_config_create_validate() |
comment_confirm_delete |
core/modules/comment/comment.admin.inc |
Form constructor for the confirmation form for comment deletion. |
comment_confirm_delete_page |
core/modules/comment/comment.admin.inc |
Page callback: Shows a confirmation page for comment deletions. |
comment_confirm_delete_submit |
core/modules/comment/comment.admin.inc |
Form submission handler for comment_confirm_delete(). |
comment_count_unpublished |
core/modules/comment/comment.module |
Returns a menu title which includes the number of unapproved comments. |
comment_cron |
core/modules/comment/comment.module |
Implements hook_cron(). |
comment_delete |
core/modules/comment/comment.module |
Deletes a comment and all its replies. |
comment_delete_multiple |
core/modules/comment/comment.module |
Deletes comments and all their replies. |
comment_edit_page |
core/modules/comment/comment.module |
Page callback: Displays the comment editing form. |
comment_enable |
core/modules/comment/comment.install |
Implements hook_enable(). |
comment_entity_info |
core/modules/comment/comment.module |
Implements hook_entity_info(). |
comment_field_extra_fields |
core/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
comment_file_download_access |
core/modules/comment/comment.module |
Implements hook_file_download_access(). |
comment_form |
core/modules/comment/comment.module |
Form constructor for the basic commenting form. |
comment_forms |
core/modules/comment/comment.module |
Implements hook_forms(). |
comment_form_build_preview |
core/modules/comment/comment.module |
Form submission handler for the 'preview' button in comment_form(). |
comment_form_node_form_alter |
core/modules/comment/comment.module |
Implements hook_form_BASE_FORM_ID_alter(). |
comment_form_node_type_form_alter |
core/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
comment_form_submit |
core/modules/comment/comment.module |
Form submission handler for comment_form(). |
comment_form_submit_build_comment |
core/modules/comment/comment.module |
Updates the comment entity by processing the submission's values. |
comment_form_validate |
core/modules/comment/comment.module |
Form validation handler for comment_form(). |
comment_get_display_ordinal |
core/modules/comment/comment.module |
Gets the display ordinal for a comment, starting from 0. |
comment_get_display_page |
core/modules/comment/comment.module |
Returns the page number for a comment. |
comment_get_recent |
core/modules/comment/comment.module |
Finds the most recent comments that are available to the current user. |
comment_get_thread |
core/modules/comment/comment.module |
Retrieves comments for a thread. |
comment_increment_alphadecimal |
core/modules/comment/comment.module |
Increments a sorting code to the next value. |
comment_install |
core/modules/comment/comment.install |
Implements hook_install(). |
comment_int_to_alphadecimal |
core/modules/comment/comment.module |
Generates a sorting code. |
comment_links |
core/modules/comment/comment.module |
Adds reply, edit, delete, etc. links, depending on user permissions. |
comment_load |
core/modules/comment/comment.module |
Loads the entire comment by comment ID. |
comment_load_multiple |
core/modules/comment/comment.module |
Loads comments from the database. |
comment_menu |
core/modules/comment/comment.module |
Implements hook_menu(). |
comment_menu_alter |
core/modules/comment/comment.module |
Implements hook_menu_alter(). |
comment_menu_node_type_load |
core/modules/comment/comment.module |
Loads the comment bundle name corresponding a given content type. |