X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmedia%2Fsrc%2FMediaTypeInterface.php;h=7e3b9fde84be2a1fc379c5911a54affb8a4eea27;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=076ec00204762c111dcfbcbde2d1725f3af71b90;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website 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.