You are here

public property GreaterThanOrEqual::$message in Zircon Profile 8

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

Overrides AbstractComparison::$message

File

vendor/symfony/validator/Constraints/GreaterThanOrEqual.php, line 22

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $message = 'This value should be greater than or equal to {{ compared_value }}.';