public property VideoEmbedConstraint::$message in Video Embed Field 8.2
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/VideoEmbedConstraint.php \Drupal\video_embed_field\Plugin\Validation\Constraint\VideoEmbedConstraint::message
Message shown when a video provider is not found.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ VideoEmbedConstraint.php, line 22
Class
- VideoEmbedConstraint
- Validation constraint for the video embed field.
Namespace
Drupal\video_embed_field\Plugin\Validation\ConstraintCode
public $message = 'Could not find a video provider to handle the given URL.';