You are here

protected property ProviderPluginBase::$thumbsDirectory in Video Embed Field 8

Same name and namespace in other branches
  1. 8.2 src/ProviderPluginBase.php \Drupal\video_embed_field\ProviderPluginBase::thumbsDirectory

The directory where thumbnails are stored.

Type: string

File

src/ProviderPluginBase.php, line 21

Class

ProviderPluginBase
A base for the provider plugins.

Namespace

Drupal\video_embed_field

Code

protected $thumbsDirectory = 'public://video_thumbnails';