You are here

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

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

Returns the Import published status indicator.

Unpublished Import are only visible to restricted users.

Return value

bool TRUE if the Import is published.

1 method overrides ImportEntityInterface::isPublished()
ImportEntity::isPublished in src/Entity/ImportEntity.php
Returns the Import published status indicator.

File

src/Entity/ImportEntityInterface.php, line 62

Class

ImportEntityInterface
Provides an interface for defining Import entities.

Namespace

Drupal\content_synchronizer\Entity

Code

public function isPublished();