public property FractionConstraint::$numeratorOutOfRange in Fraction 8
Same name and namespace in other branches
- 2.x src/Plugin/Validation/Constraint/FractionConstraint.php \Drupal\fraction\Plugin\Validation\Constraint\FractionConstraint::numeratorOutOfRange
Constraint message if numerator is out of range.
Range spans from -9223372036854775808 to 9223372036854775807
Type: string
File
- src/
Plugin/ Validation/ Constraint/ FractionConstraint.php, line 38
Class
- FractionConstraint
- Plugin implementation of the 'fraction_constraint'.
Namespace
Drupal\fraction\Plugin\Validation\ConstraintCode
public $numeratorOutOfRange = 'The numerator must be between -9223372036854775808 and 9223372036854775807.';