You are here

public property RestTestConstraint::$message in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint::message
  2. 9 core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint::message

File

core/modules/rest/tests/modules/rest_test/src/Plugin/Validation/Constraint/RestTestConstraint.php, line 19

Class

RestTestConstraint
Adds some validations for a REST test field.

Namespace

Drupal\rest_test\Plugin\Validation\Constraint

Code

public $message = 'REST test validation failed';