You are here

protected property MediaType::$queue_thumbnail_downloads in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::queue_thumbnail_downloads
  2. 9 core/modules/media/src/Entity/MediaType.php \Drupal\media\Entity\MediaType::queue_thumbnail_downloads

Whether thumbnail downloads are queued.

Type: bool

See also

\Drupal\media\MediaTypeInterface::thumbnailDownloadsAreQueued()

File

core/modules/media/src/Entity/MediaType.php, line 108

Class

MediaType
Defines the Media type configuration entity.

Namespace

Drupal\media\Entity

Code

protected $queue_thumbnail_downloads = FALSE;