public property EntityReferenceSupportedNewEntitiesConstraint::$message in Drupal 10
Same name and namespace in other branches
- 8 core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php \Drupal\workspaces\Plugin\Validation\Constraint\EntityReferenceSupportedNewEntitiesConstraint::message
 - 9 core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php \Drupal\workspaces\Plugin\Validation\Constraint\EntityReferenceSupportedNewEntitiesConstraint::message
 
The default violation message.
Type: string
File
- core/
modules/ workspaces/ src/ Plugin/ Validation/ Constraint/ EntityReferenceSupportedNewEntitiesConstraint.php, line 22  
Class
- EntityReferenceSupportedNewEntitiesConstraint
 - The entity reference supported new entities constraint.
 
Namespace
Drupal\workspaces\Plugin\Validation\ConstraintCode
public $message = '%collection_label can only be created in the default workspace.';