You are here

public property DeletedWorkspaceConstraint::$message in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php \Drupal\workspaces\Plugin\Validation\Constraint\DeletedWorkspaceConstraint::message

The default violation message.

Type: string

File

core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php, line 22

Class

DeletedWorkspaceConstraint
Deleted workspace constraint.

Namespace

Drupal\workspaces\Plugin\Validation\Constraint

Code

public $message = 'A workspace with this ID has been deleted but data still exists for it.';