You are here

public property File::$mimeTypesMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/File.php, line 49

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $mimeTypesMessage = 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.';