You are here

public property EntityReferenceSupportedNewEntitiesConstraint::$message in Drupal 8

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

Code

public $message = '%collection_label can only be created in the default workspace.';