You are here

public property Image::$mimeTypes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/Image.php \Symfony\Component\Validator\Constraints\Image::mimeTypes

Overrides File::$mimeTypes

File

vendor/symfony/validator/Constraints/Image.php, line 56

Class

Image
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

public $mimeTypes = 'image/*';