public function MediaBundle::getQueueThumbnailDownloads in Media entity 8
Returns whether thumbnail downloads are queued.
Return value
bool Returns download now or later.
Overrides MediaBundleInterface::getQueueThumbnailDownloads
File
- src/
Entity/ MediaBundle.php, line 192
Class
- MediaBundle
- Defines the Media bundle configuration entity.
Namespace
Drupal\media_entity\EntityCode
public function getQueueThumbnailDownloads() {
return $this->queue_thumbnail_downloads;
}