You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::setPublished in Brightcove Video Connect 3.x

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setPublished()
  2. 8 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 105

Class

BrightcoveVideoPlaylistCMSEntityInterface
Provides a common interface for the Brightcove video and playlist entities.

Namespace

Drupal\brightcove

Code

public function setPublished($published);