public function ExportEntityInterface::setPublished in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setPublished()
- 3.x src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setPublished()
Sets the published status of a Export entity.
Parameters
bool $published: TRUE to set this Export entity to published, FALSE to set it to unpublished.
Return value
\Drupal\content_synchronizer\Entity\ExportEntityInterface The called Export entity entity.
1 method overrides ExportEntityInterface::setPublished()
- ExportEntity::setPublished in src/
Entity/ ExportEntity.php - Sets the published status of a Export entity.
File
- src/
Entity/ ExportEntityInterface.php, line 75
Class
- ExportEntityInterface
- Provides an interface for defining Export entity entities.
Namespace
Drupal\content_synchronizer\EntityCode
public function setPublished($published);