You are here

public property UniqueBirthLogConstraint::$message in farmOS 2.x

The default violation message.

Type: string

File

modules/log/birth/src/Plugin/Validation/Constraint/UniqueBirthLogConstraint.php, line 22

Class

UniqueBirthLogConstraint
Checks that only one birth log references an asset.

Namespace

Drupal\farm_birth\Plugin\Validation\Constraint

Code

public $message = '%child already has a birth log. More than one birth log cannot reference the same child.';