You are here

public property GalleryMediaBundleConstraint::$message in D7 Media 8

The default violation message.

Type: string

File

src/Plugin/Validation/Constraint/GalleryMediaBundleConstraint.php, line 29

Class

GalleryMediaBundleConstraint
Check that there is no Gallery type item in slideshow items.

Namespace

Drupal\media\Plugin\Validation\Constraint

Code

public $message = 'Gallery cannot contain gallery type item.';