You are here

public function MediaTypeBase::getDefaultThumbnail in Media entity 8

Gets the default thumbnail image.

Return value

string Uri of the default thumbnail image.

Overrides MediaTypeInterface::getDefaultThumbnail

File

src/MediaTypeBase.php, line 114

Class

MediaTypeBase
Base implementation of media type plugin.

Namespace

Drupal\media_entity

Code

public function getDefaultThumbnail() {
  return '';
}