You are here

public function ExportEntityInterface::setPublished in Content Synchronizer 8.2

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

Code

public function setPublished($published);