You are here

public function MediaTypeInterface::getDefaultThumbnail in Media entity 8

Gets the default thumbnail image.

Return value

string Uri of the default thumbnail image.

1 method overrides MediaTypeInterface::getDefaultThumbnail()
MediaTypeBase::getDefaultThumbnail in src/MediaTypeBase.php
Gets the default thumbnail image.

File

src/MediaTypeInterface.php, line 71

Class

MediaTypeInterface
Defines the interface for media types.

Namespace

Drupal\media_entity

Code

public function getDefaultThumbnail();