You are here

public property FractionConstraint::$maxNumberOfDecimals 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::maxNumberOfDecimals

Constraint message if number of decimal digits is greater than 9.

Type: string

File

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

Class

FractionConstraint
Plugin implementation of the 'fraction_constraint'.

Namespace

Drupal\fraction\Plugin\Validation\Constraint

Code

public $maxNumberOfDecimals = 'The maximum number of digits after the decimal place is 9.';