X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmedia%2Fsrc%2FMediaTypeInterface.php;fp=web%2Fcore%2Fmodules%2Fmedia%2Fsrc%2FMediaTypeInterface.php;h=7e3b9fde84be2a1fc379c5911a54affb8a4eea27;hp=076ec00204762c111dcfbcbde2d1725f3af71b90;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/media/src/MediaTypeInterface.php b/web/core/modules/media/src/MediaTypeInterface.php index 076ec0020..7e3b9fde8 100644 --- a/web/core/modules/media/src/MediaTypeInterface.php +++ b/web/core/modules/media/src/MediaTypeInterface.php @@ -35,6 +35,10 @@ interface MediaTypeInterface extends ConfigEntityInterface, EntityDescriptionInt /** * Returns whether thumbnail downloads are queued. * + * When using remote media sources, the thumbnail generation could be a slow + * process. Using a queue allows for this process to be handled in the + * background. + * * @return bool * TRUE if thumbnails are queued for download later, FALSE if they should be * downloaded now.