You are here

public function Youku::getDescription in Video Embed Youku 8

Get the Youku video description.

File

src/Plugin/video_embed_field/Provider/Youku.php, line 64
Contains \Drupal\video_embed_youku\Plugin\video_embed_field\Provider\Youku.

Class

Youku
Plugin annotation @VideoEmbedProvider( id = "youku", title = @Translation("Youku") )

Namespace

Drupal\video_embed_youku\Plugin\video_embed_field\Provider

Code

public function getDescription() {
  return $this
    ->oEmbedData()->description;
}