Comment is published.
File
- core/modules/comment/src/CommentInterface.php, line 22
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
const PUBLISHED = 1;
Comment is published.
Drupal\comment
const PUBLISHED = 1;
Please login to continue.