public property RestTestConstraint::$message in Drupal 8
Same name and namespace in other branches
- 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\ConstraintCode
public $message = 'REST test validation failed';