public CommentInterface::getStatus()
Returns the comment's status.
Return value
int One of CommentInterface::PUBLISHED or CommentInterface::NOT_PUBLISHED
File
- core/modules/comment/src/CommentInterface.php, line 208
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\comment
Code
public function getStatus();
Please login to continue.