You are here

protected property GroupContentCardinalityValidator::$entityTypeManager in Group 8

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Validation/Constraint/GroupContentCardinalityValidator.php, line 28

Class

GroupContentCardinalityValidator
Checks the amount of times a single content entity can be added to a group.

Namespace

Drupal\group\Plugin\Validation\Constraint

Code

protected $entityTypeManager;