You are here

public property ValidDynamicReferenceConstraint::$nonExistingMessage in Dynamic Entity Reference 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Validation/Constraint/ValidDynamicReferenceConstraint.php \Drupal\dynamic_entity_reference\Plugin\Validation\Constraint\ValidDynamicReferenceConstraint::nonExistingMessage

Violation message when the entity does not exist.

Type: string

File

src/Plugin/Validation/Constraint/ValidDynamicReferenceConstraint.php, line 31

Class

ValidDynamicReferenceConstraint
Dynamic Entity Reference valid reference constraint.

Namespace

Drupal\dynamic_entity_reference\Plugin\Validation\Constraint

Code

public $nonExistingMessage = 'The referenced entity (%type: %id) does not exist.';