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