You are here

private static property DeveloperEmailUniqueValidator::$whitelist in Apigee Edge 8

Stores email addresses that should not be validated.

Type: array

File

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

Class

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

Namespace

Drupal\apigee_edge\Plugin\Validation\Constraint

Code

private static $whitelist = [];