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