You are here

constant CommentInterface::PUBLISHED in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::PUBLISHED
  2. 10 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::PUBLISHED

Comment is published.

File

core/modules/comment/src/CommentInterface.php, line 23

Class

CommentInterface
Provides an interface defining a comment entity.

Namespace

Drupal\comment

Code

const PUBLISHED = 1;