You are here

private property DeveloperEmailUniqueValidator::$entityTypeManager in Apigee Edge 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Validation/Constraint/DeveloperEmailUniqueValidator.php, line 40

Class

DeveloperEmailUniqueValidator
Checks if an email address already belongs to a developer on Edge.

Namespace

Drupal\apigee_edge\Plugin\Validation\Constraint

Code

private $entityTypeManager;