public property ParagraphsLibraryItemHasAllowedParagraphsTypeConstraint::$message in Paragraphs 8
The default violation message.
Type: string
File
- 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\ConstraintCode
public $message = 'The @library_item_field_label field cannot contain a @paragraphs_type_label paragraph, because the parent @paragraph_field_label field disallows it.';