public property ValidDynamicReferenceConstraint::$noBundleAllowed in Dynamic Entity Reference 8.2
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/ValidDynamicReferenceConstraint.php \Drupal\dynamic_entity_reference\Plugin\Validation\Constraint\ValidDynamicReferenceConstraint::noBundleAllowed
Validate message if no bundle is allowed.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ ValidDynamicReferenceConstraint.php, line 66
Class
- ValidDynamicReferenceConstraint
- Dynamic Entity Reference valid reference constraint.
Namespace
Drupal\dynamic_entity_reference\Plugin\Validation\ConstraintCode
public $noBundleAllowed = 'No bundle is allowed for (%type)';