Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / media / src / MediaTypeInterface.php
index 076ec00204762c111dcfbcbde2d1725f3af71b90..7e3b9fde84be2a1fc379c5911a54affb8a4eea27 100644 (file)
@@ -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.