You are here

public property PurchasedEntityAvailableConstraint::$message in Commerce Core 8.2

The default violation message.

Type: string

File

modules/order/src/Plugin/Validation/Constraint/PurchasedEntityAvailableConstraint.php, line 22

Class

PurchasedEntityAvailableConstraint
Purchasable entity available reference constraint.

Namespace

Drupal\commerce_order\Plugin\Validation\Constraint

Code

public $message = '%label is not available with a quantity of %quantity.';