protected property TinyPngImageHandler::$supportedMimeTypes in TinyPNG 8
List of supported mime types.
Type: string[]
File
- src/
TinyPngImageHandler.php, line 25
Class
- TinyPngImageHandler
- Class TinyPngImageHandler.
Namespace
Drupal\tinypngCode
protected $supportedMimeTypes = [
'image/png',
'image/jpg',
'image/jpeg',
];