You are here

public function BrightcovePlaylistInterface::getTagsSearchCondition in Brightcove Video Connect 3.x

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

Returns the tags search condition for smart playlist.

Return value

string The condition of the tag search.

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

File

src/BrightcovePlaylistInterface.php, line 51

Class

BrightcovePlaylistInterface
Provides an interface for defining Brightcove Playlists.

Namespace

Drupal\brightcove

Code

public function getTagsSearchCondition();