public property OEmbedResourceConstraint::$providerErrorMessage in Drupal 9
Same name and namespace in other branches
- 8 core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php \Drupal\media\Plugin\Validation\Constraint\OEmbedResourceConstraint::providerErrorMessage
The error message if an unexpected behavior occurs.
Type: string
File
- core/
modules/ media/ src/ Plugin/ Validation/ Constraint/ OEmbedResourceConstraint.php, line 48
Class
- OEmbedResourceConstraint
- Checks if a value represents a valid oEmbed resource URL.
Namespace
Drupal\media\Plugin\Validation\ConstraintCode
public $providerErrorMessage = 'An error occurred while trying to retrieve the oEmbed provider database.';