Checks that the node is assigned only a "leaf" term in the forum taxonomy.
@Constraint(
id = "TMGMTLanguageCombination",
label = @Translation("Language Combination", context = "Validation"),
)
Expanded class hierarchy of LanguageCombinationConstraint
class LanguageCombinationConstraint extends Constraint {
public $noDifferentMessage = 'The \'from\' and \'to\' language fields can\'t have the same value.';
public $uniqueMessage = 'The language combination has to be unique.';
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LanguageCombinationConstraint:: |
public | property | ||
LanguageCombinationConstraint:: |
public | property |