You are here

public property EntityWorkspaceConflictConstraint::$message in Workspace 8.2

The default violation message.

Type: string

File

src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php, line 23

Class

EntityWorkspaceConflictConstraint
Validation constraint for an entity being edited in multiple workspaces.

Namespace

Drupal\workspace\Plugin\Validation\Constraint

Code

public $message = 'The content is being edited in the %label workspace. As a result, your changes cannot be saved.';