You are here

public property TweetEmbedCodeConstraint::$message in Media entity Twitter 8

The default violation message.

Type: string

File

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

Class

TweetEmbedCodeConstraint
Checks if a value is a valid Tweet embed code/URL.

Namespace

Drupal\media_entity_twitter\Plugin\Validation\Constraint

Code

public $message = 'Not valid Tweet URL/embed code.';