23 uses of COMMENT_PUBLISHED

CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentCSSTest::testCommentClasses in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFormController::form in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentStorageController::postSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave().
CommentStorageController::preSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave().
comment_access in drupal/core/modules/comment/comment.module
Determines whether the current user has access to a particular comment.
comment_admin_overview in drupal/core/modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_admin_overview_submit in drupal/core/modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_approve in drupal/core/modules/comment/comment.pages.inc
Page callback: Publishes the specified comment.
comment_file_download_access in drupal/core/modules/comment/comment.module
Implements hook_file_download_access().
comment_get_display_ordinal in drupal/core/modules/comment/comment.module
Gets the display ordinal for a comment, starting from 0.
comment_get_thread in drupal/core/modules/comment/comment.module
Retrieves comments for a thread.
comment_preview in drupal/core/modules/comment/comment.module
Generates a comment preview.
comment_publish_action in drupal/core/modules/comment/comment.module
Publishes a comment.
comment_reply in drupal/core/modules/comment/comment.pages.inc
Form constructor for the comment reply form.
EntityFilteringThemeTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php
Sets up a Drupal site for running functional and integration tests.
hook_node_update_index in drupal/core/modules/node/node.api.php
Act on a node being indexed for searching.
LinkApprove::render_link in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php
NodeNewComments::pre_render in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php
Run before any fields are rendered.
tracker_comment_update in drupal/core/modules/tracker/tracker.module
Implements hook_comment_update().
tracker_cron in drupal/core/modules/tracker/tracker.module
Implements hook_cron().