-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Needs ReviewValidator
Description
Symfony version(s) affected: 5.1
@xabbuh , I think that Composite
should not be @internal
. Even with the new @Compound
constraint Composite
is still useful for complex custom validators.
For example, I have @ExcelColumn(string $column, array $constraints)
that checks that all cells in a column of an uploaded Excel file are valid. This cannot be expressed with @Compound
.
dragosprotung
Metadata
Metadata
Assignees
Labels
RFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)Status: Needs ReviewValidator