You are here

public function BrightcovePlaylistInterface::getType in Brightcove Video Connect 8

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

Returns the playlist type.

Return value

string The type of the playlist.

1 method overrides BrightcovePlaylistInterface::getType()
BrightcovePlaylist::getType in src/Entity/BrightcovePlaylist.php
Returns the playlist type.

File

src/BrightcovePlaylistInterface.php, line 18

Class

BrightcovePlaylistInterface
Provides an interface for defining Brightcove Playlists.

Namespace

Drupal\brightcove

Code

public function getType();