You are here

public function MediaBundleInterface::setQueueThumbnailDownloads in Media entity 8

Sets a flag to indicate that thumbnails should be downloaded via a queue.

Parameters

bool $queue_thumbnail_downloads: The queue downloads flag.

1 method overrides MediaBundleInterface::setQueueThumbnailDownloads()
MediaBundle::setQueueThumbnailDownloads in src/Entity/MediaBundle.php
Sets a flag to indicate that thumbnails should be downloaded via a queue.

File

src/MediaBundleInterface.php, line 49

Class

MediaBundleInterface
Provides an interface defining a media bundle entity.

Namespace

Drupal\media_entity

Code

public function setQueueThumbnailDownloads($queue_thumbnail_downloads);