You are here

public property CropTypeMachineNameValidationConstraint::$message in Crop API 8

Same name and namespace in other branches
  1. 8.2 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\Constraint

Code

public $message = 'Invalid machine-readable name.';