public function BrightcovePlaylistInterface::getType in Brightcove Video Connect 8.2
Same name and namespace in other branches
- 8 src/BrightcovePlaylistInterface.php \Drupal\brightcove\BrightcovePlaylistInterface::getType()
- 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\brightcoveCode
public function getType();