public function ExportEntityInterface::isPublished in Content Synchronizer 8
Same name and namespace in other branches
- 8.2 src/Entity/ExportEntityInterface.php \Drupal\content_synchronizer\Entity\ExportEntityInterface::isPublished()
- 3.x 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 64
Class
- ExportEntityInterface
- Provides an interface for defining Export entity entities.
Namespace
Drupal\content_synchronizer\EntityCode
public function isPublished();