public property GroupContentCardinality::$entityMessage in Group 8
Same name and namespace in other branches
- 2.0.x src/Plugin/Validation/Constraint/GroupContentCardinality.php \Drupal\group\Plugin\Validation\Constraint\GroupContentCardinality::entityMessage
The message to show when an entity has reached the entity cardinality.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ GroupContentCardinality.php, line 34
Class
- GroupContentCardinality
- Checks the cardinality limits for a piece of group content.
Namespace
Drupal\group\Plugin\Validation\ConstraintCode
public $entityMessage = '@field: %content has reached the maximum amount of times it can be added to %group';