extractThumbnail($file, 'Thumbnails/thumbnail.png'); if (($image !== null) && $image->valid()) { return $image; } return null; } }