Comment::access in modules/comment/comment.entity.inc
Overrides Entity::access().
CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/tests/comment.test
Tests comment publish and unpublish actions.
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_approve in modules/comment/comment.pages.inc
Page callback: Publishes the specified comment.
comment_file_download_access in modules/comment/comment.module
Implements hook_file_download_access().
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
comment_get_display_ordinal in modules/comment/comment.module
Gets the display ordinal for a comment, starting from 0.
comment_get_recent in modules/comment/comment.module
Finds the most recent comments that are available to the current user.
comment_get_thread in modules/comment/comment.module
Retrieves comments for a thread.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in modules/comment/tests/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
comment_new_page_count in modules/comment/comment.module
Calculates the page number for the first new comment.
comment_num_new in modules/comment/comment.module
Gets the number of new comments for the current user and the specified node.
comment_preview in modules/comment/comment.module
Generates a comment preview.
comment_publish_action in modules/comment/comment.module
Publishes a comment.
comment_reply in modules/comment/comment.pages.inc
Form constructor for the comment reply form.
CommentStorageController::postSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postSave().
CommentStorageController::preSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
CommentStorageController::updateNodeStatistics in modules/comment/comment.entity.inc
Updates the comment statistics for a given node.
hook_node_update_index in modules/node/node.api.php
Act on a node being indexed for searching.
views_handler_field_comment_link_approve::render_link in modules/comment/views/views_handler_field_comment_link_approve.inc
views_handler_field_node_new_comments::pre_render in modules/comment/views/views_handler_field_node_new_comments.inc
Run before any fields are rendered.
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in modules/views/tests/views_ui.test
Helper function to create a comment and return its expected path.