You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::setTags in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setTags()
  2. 3.x src/BrightcoveVideoPlaylistCMSEntityInterface.php \Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface::setTags()

Sets the tags.

Parameters

array $tags: List of tags.

Return value

\Drupal\brightcove\BrightcoveVideoPlaylistCMSEntityInterface The called Brightcove Video or Playlist.

1 method overrides BrightcoveVideoPlaylistCMSEntityInterface::setTags()
BrightcoveVideoPlaylistCmsEntity::setTags in src/Entity/BrightcoveVideoPlaylistCmsEntity.php
Sets the tags.

File

src/BrightcoveVideoPlaylistCMSEntityInterface.php, line 65

Class

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

Namespace

Drupal\brightcove

Code

public function setTags(array $tags);