Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
comment.module
»
COMMENT_NOT_PUBLISHED
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
15 uses of COMMENT_NOT_PUBLISHED
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
().
CommentFormController::save
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
CommentFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::save
().
CommentInterfaceTest::testCommentInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentInterfaceTest.php
Tests the comment interface.
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_links
in drupal/
core/
modules/
comment/
comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
EntityReferenceSelectionAccessTest::testCommentHandler
in drupal/
core/
modules/
entity_reference/
lib/
Drupal/
entity_reference/
Tests/
EntityReferenceSelectionAccessTest.php
Test the comment-specific overrides of the entity handler.
template_preprocess_comment
in drupal/
core/
modules/
comment/
comment.module
Prepares variables for comment templates.
TrackerTest::testTrackerUser
in drupal/
core/
modules/
tracker/
lib/
Drupal/
tracker/
Tests/
TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
UnpublishByKeywordComment::execute
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
Action/
UnpublishByKeywordComment.php
Executes the plugin.
UnpublishComment::execute
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Plugin/
Action/
UnpublishComment.php
Executes the plugin.