You are here

public function MediaBundleInterface::getQueueThumbnailDownloads in Media entity 8

Returns whether thumbnail downloads are queued.

Return value

bool Returns download now or later.

1 method overrides MediaBundleInterface::getQueueThumbnailDownloads()
MediaBundle::getQueueThumbnailDownloads in src/Entity/MediaBundle.php
Returns whether thumbnail downloads are queued.

File

src/MediaBundleInterface.php, line 41

Class

MediaBundleInterface
Provides an interface defining a media bundle entity.

Namespace

Drupal\media_entity

Code

public function getQueueThumbnailDownloads();