public property ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint::$message

The default violation message.

Type: string

File

paragraphs/modules/paragraphs_library/src/Plugin/Validation/Constraint/ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint.php, line 29

Class

ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint
Checks that the library does not bypass Paragraphs type restrictions.

Namespace

Drupal\paragraphs_library\Plugin\Validation\Constraint

Code

public $message = 'The @library_item_field_label field cannot contain a @paragraphs_type_label paragraph, because the parent @paragraph_field_label field disallows it.';