[#3476089] Don't call 'file.mime_type.guesser.extension' directly in responsive_image_get_mime_type
Open
requested to merge issue/drupal-3476089:3476089-dont-use-file.mimetype.guesser.extension into 11.x
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -5,14 +5,14 @@
@@ -394,6 +394,9 @@ function _responsive_image_build_source_attributes(array $variables, BreakpointI
@@ -415,6 +418,9 @@ function _responsive_image_build_source_attributes(array $variables, BreakpointI
@@ -498,10 +504,11 @@ function responsive_image_get_image_dimensions($image_style_name, array $dimensi
@@ -513,7 +520,7 @@ function responsive_image_get_mime_type($image_style_name, $extension) {