You are here

public property CdnSchemeConstraint::$message in CDN 8.3

File

src/Plugin/Validation/Constraint/CdnSchemeConstraint.php, line 23

Class

CdnSchemeConstraint
A CDN scheme.

Namespace

Drupal\cdn\Plugin\Validation\Constraint

Code

public $message = 'The provided scheme %scheme is not valid. Provide a scheme like <samp>http://</samp>, or <samp>https://</samp> or to use scheme-relative URLs, use <samp>//</samp>.';