You are here

public function ExportEntityInterface::setPublished in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::setPublished()
  2. 8 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 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 73

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function setPublished($published);