You are here

protected function ProviderPluginBase::getVideoFile in Video 8

Same name and namespace in other branches
  1. 8.2 src/ProviderPluginBase.php \Drupal\video\ProviderPluginBase::getVideoFile()

Get the ID of the video.

Return value

string The video ID.

6 calls to ProviderPluginBase::getVideoFile()
Dailymotion::renderEmbedCode in src/Plugin/video/Provider/Dailymotion.php
Render embed code.
Facebook::renderEmbedCode in src/Plugin/video/Provider/Facebook.php
Render embed code.
Instagram::renderEmbedCode in src/Plugin/video/Provider/Instagram.php
Render embed code.
Vimeo::renderEmbedCode in src/Plugin/video/Provider/Vimeo.php
Render embed code.
Vine::renderEmbedCode in src/Plugin/video/Provider/Vine.php
Render embed code.

... See full list

File

src/ProviderPluginBase.php, line 67

Class

ProviderPluginBase
A base for the provider plugins.

Namespace

Drupal\video

Code

protected function getVideoFile() {
  return $this->file;
}