public property PinEmbedCodeConstraint::$message in Media entity Pinterest 8.2
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/PinEmbedCodeConstraint.php \Drupal\media_entity_pinterest\Plugin\Validation\Constraint\PinEmbedCodeConstraint::message
The default violation message.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ PinEmbedCodeConstraint.php, line 23
Class
- PinEmbedCodeConstraint
- Checks if a value is a valid Pin embed code/URL.
Namespace
Drupal\media_entity_pinterest\Plugin\Validation\ConstraintCode
public $message = 'Not valid Pin URL/embed code.';