Checks if a value is a valid entity type.
@todo: Move this below the entity core component.
@Plugin(
id = "Bundle",
label = @Translation("Bundle", context = "Validation"),
type = "entity"
)
Expanded class hierarchy of BundleConstraint
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BundleConstraint:: |
public | property | The bundle option. | |
BundleConstraint:: |
public | property | The default violation message. | |
BundleConstraint:: |
public | function | Gets the bundle option as array. | |
BundleConstraint:: |
public | function |
Overrides Constraint::getDefaultOption(). Overrides Constraint:: |
|
BundleConstraint:: |
public | function |
Overrides Constraint::getRequiredOptions(). 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 | Initializes the constraint with options. | 10 |
Constraint:: |
public | function | Unsupported operation. |