You are here

public property ValidDynamicReferenceConstraint::$nullMessage 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::nullMessage

Validation message when the target_id or target_type is empty.

Type: string

File

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

Class

ValidDynamicReferenceConstraint
Dynamic Entity Reference valid reference constraint.

Namespace

Drupal\dynamic_entity_reference\Plugin\Validation\Constraint

Code

public $nullMessage = '%property should not be null.';