You are here

public property FractionConstraint::$denominatorOutOfRange in Fraction 8

Same name and namespace in other branches
  1. 2.x src/Plugin/Validation/Constraint/FractionConstraint.php \Drupal\fraction\Plugin\Validation\Constraint\FractionConstraint::denominatorOutOfRange

Constraint message if denominator is out of range from 1 to 2147483647.

Type: string

File

src/Plugin/Validation/Constraint/FractionConstraint.php, line 29

Class

FractionConstraint
Plugin implementation of the 'fraction_constraint'.

Namespace

Drupal\fraction\Plugin\Validation\Constraint

Code

public $denominatorOutOfRange = 'The denominator must be between 1 and 2147483647';