public function CommentInterface::setPublished in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::setPublished()
Sets the published status of the comment entity.
Parameters
bool $status: Set to TRUE to publish the comment, FALSE to unpublish.
Return value
\Drupal\comment\CommentInterface The class instance that this method is called on.
1 method overrides CommentInterface::setPublished()
- Comment::setPublished in core/
modules/ comment/ src/ Entity/ Comment.php - Sets the published status of the comment entity.
File
- core/
modules/ comment/ src/ CommentInterface.php, line 224 - Contains \Drupal\comment\CommentInterface.
Class
- CommentInterface
- Provides an interface defining a comment entity.
Namespace
Drupal\commentCode
public function setPublished($status);