public property CropTypeMachineNameValidationConstraint::$message in Crop API 8.2
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/CropTypeMachineNameValidationConstraint.php \Drupal\crop\Plugin\Validation\Constraint\CropTypeMachineNameValidationConstraint::message
The default violation message.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ CropTypeMachineNameValidationConstraint.php, line 22
Class
- CropTypeMachineNameValidationConstraint
- Supports validating crop type machine name.
Namespace
Drupal\crop\Plugin\Validation\ConstraintCode
public $message = 'Invalid machine-readable name.';