26 uses of COMMENT_PUBLISHED

CommentAccessController::checkAccess in drupal/core/modules/comment/lib/Drupal/comment/CommentAccessController.php
Performs access checks.
CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentActionsTest::testCommentUnpublishByKeyword in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests the unpublish comment by keyword action.
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.
CommentSelection::buildEntityQuery in drupal/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php
Overrides SelectionBase::buildEntityQuery().
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_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_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.
EntityReferenceSelectionAccessTest::testCommentHandler in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php
Test the comment-specific overrides of the entity handler.
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.
PublishComment::execute in drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/PublishComment.php
Executes the plugin.
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().