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