public function BrightcoveVideoPlaylistCMSEntityInterface::setPublished in Brightcove Video Connect 8
Same name and namespace in other branches
- 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setPublished()
- 3.x src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setPublished()
Sets the published status of the entity.
Parameters
bool $published: TRUE to set this entity to published, FALSE to set it to unpublished.
Return value
\Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface The called Brightcove Video or Playlist.
1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::setPublished()
- BrightcoveVideoPlaylistCmsEntity::setPublished in src/
Entity/ BrightcoveVideoPlaylistCmsEntity.php - Sets the published status of the entity.
File
- src/
BrightcoveVideoPlaylistCMSEntityInterface.php, line 86
Class
- BrightcoveVideoPlaylistCMSEntityInterface
- Provides a common interface for the Brightcove video and playlist entities.
Namespace
Drupal\brightcoveCode
public function setPublished($published);