public function EntityPublishedInterface::setUnpublished in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Entity/EntityPublishedInterface.php \Drupal\Core\Entity\EntityPublishedInterface::setUnpublished()
- 10 core/lib/Drupal/Core/Entity/EntityPublishedInterface.php \Drupal\Core\Entity\EntityPublishedInterface::setUnpublished()
Sets the entity as unpublished.
Return value
$this
File
- core/
lib/ Drupal/ Core/ Entity/ EntityPublishedInterface.php, line 39
Class
- EntityPublishedInterface
- Provides an interface for access to an entity's published state.
Namespace
Drupal\Core\EntityCode
public function setUnpublished();