You are here

public property GroupContentCardinality::$groupMessage in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Validation/Constraint/GroupContentCardinality.php \Drupal\group\Plugin\Validation\Constraint\GroupContentCardinality::groupMessage

The message to show when an entity has reached the group cardinality.

Type: string

File

src/Plugin/Validation/Constraint/GroupContentCardinality.php, line 27

Class

GroupContentCardinality
Checks the cardinality limits for a piece of group content.

Namespace

Drupal\group\Plugin\Validation\Constraint

Code

public $groupMessage = '@field: %content has reached the maximum amount of groups it can be added to';