You are here

public property GroupContentCardinality::$entityMessage in Group 2.0.x

Same name and namespace in other branches
  1. 8 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\Constraint

Code

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