You are here

public property CpfUniqueConstraint::$message in CPF 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Validation/Constraint/CpfUniqueConstraint.php \Drupal\cpf\Plugin\Validation\Constraint\CpfUniqueConstraint::message

File

src/Plugin/Validation/Constraint/CpfUniqueConstraint.php, line 23

Class

CpfUniqueConstraint
Supports validating CPF numbers.

Namespace

Drupal\cpf\Plugin\Validation\Constraint

Code

public $message = 'The CPF number %value already exists. Enter a unique number.';