Complex data constraint.
Validates properties of complex data structures.
@Plugin(
id = "ComplexData",
label = @Translation("Complex data", context = "Validation")
)
Expanded class hierarchy of ComplexDataConstraint
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ComplexDataConstraint:: |
public | property | An array of constraints for contained properties, keyed by property name. | |
ComplexDataConstraint:: |
public | function |
Returns the name of the default option Overrides Constraint:: |
|
ComplexDataConstraint:: |
public | function |
Returns the name of the required options Overrides Constraint:: |
|
ComplexDataConstraint:: |
public | function |
Initializes the constraint with options. Overrides Constraint:: |
|
Constraint:: |
public | property | ||
Constraint:: |
public | function | Adds the given group if this constraint is in the Default group | |
Constraint:: |
constant | Marks a constraint that can be put onto classes | ||
Constraint:: |
constant | The name of the group given to all constraints with no explicit group | ||
Constraint:: |
public | function | Returns whether the constraint can be put onto classes, properties or both | 7 |
Constraint:: |
constant | Marks a constraint that can be put onto properties | ||
Constraint:: |
public | function | Returns the name of the class that validates this constraint | 2 |
Constraint:: |
public | function | Unsupported operation. |