function MediaType::thumbnailDownloadsAreQueued
Same name in other branches
- 9 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::thumbnailDownloadsAreQueued()
- 8.9.x core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::thumbnailDownloadsAreQueued()
- 11.x core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::thumbnailDownloadsAreQueued()
Overrides MediaTypeInterface::thumbnailDownloadsAreQueued
File
-
core/
modules/ media/ src/ Entity/ MediaType.php, line 178
Class
- MediaType
- Defines the Media type configuration entity.
Namespace
Drupal\media\EntityCode
public function thumbnailDownloadsAreQueued() {
return $this->queue_thumbnail_downloads;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.