public function BrightcoveVideoPlaylistCMSEntityInterface::isPublished in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::isPublished()
- 3.x src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::isPublished()
Returns the entity published status indicator.
Unpublished entities are only visible to restricted users.
Return value
bool TRUE if the entity is published.
1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::isPublished()
- BrightcoveVideoPlaylistCmsEntity::isPublished in src/
Entity/ BrightcoveVideoPlaylistCmsEntity.php - Returns the entity published status indicator.
File
- src/
BrightcoveVideoPlaylistCMSEntityInterface.php, line 75
Class
- BrightcoveVideoPlaylistCMSEntityInterface
- Provides a common interface for the Brightcove video and playlist entities.
Namespace
Drupal\brightcoveCode
public function isPublished();