You are here

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

Same name and namespace in other branches
  1. 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::isPublished()
  2. 8 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::isPublished()

Returns the Export entity published status indicator.

Unpublished Export entity are only visible to restricted users.

Return value

bool TRUE if the Export entity is published.

1 method overrides ExportEntityInterface::isPublished()
ExportEntity::isPublished in src/Entity/ExportEntity.php
Returns the Export entity published status indicator.

File

src/Entity/ExportEntityInterface.php, line 62

Class

ExportEntityInterface
Provides an interface for defining Export entity entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function isPublished();