You are here

public function BrightcovePlaylistInterface::setTagsSearchCondition in Brightcove Video Connect 8

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

Sets the tags search condition for smart playlist.

Parameters

string $condition: The condition of the tag search, possible values are:

  • TAG_SEARCH_CONTAINS_ONE_OR_MORE
  • TAG_SEARCH_CONTAINS_ALL

.

Return value

\Drupal\brightcove\BrightcovePlaylistInterface The called Brightcove Playlist.

1 method overrides BrightcovePlaylistInterface::setTagsSearchCondition()
BrightcovePlaylist::setTagsSearchCondition in src/Entity/BrightcovePlaylist.php
Sets the tags search condition for smart playlist.

File

src/BrightcovePlaylistInterface.php, line 84

Class

BrightcovePlaylistInterface
Provides an interface for defining Brightcove Playlists.

Namespace

Drupal\brightcove

Code

public function setTagsSearchCondition($condition);