You are here

public function BrightcoveVideoPlaylistCMSEntityInterface::getTags in Brightcove Video Connect 8

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

Returns the tags.

Return value

string[] The list of tags.

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

File

src/BrightcoveVideoPlaylistCMSEntityInterface.php, line 54

Class

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

Namespace

Drupal\brightcove

Code

public function getTags();