You are here

public function MediaInterface::setThumbnail in Views TimelineJS integration 8.3

Sets the thumbnail image URL for this media.

Parameters

string $url: The thumbnail image URL.

1 method overrides MediaInterface::setThumbnail()
Media::setThumbnail in src/TimelineJS/Media.php
Sets the thumbnail image URL for this media.

File

src/TimelineJS/MediaInterface.php, line 32

Class

MediaInterface
Provides an interface for defining TimelineJS3 media objects.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function setThumbnail($url);