You are here

protected property UserMailRequired::$context in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php \Drupal\user\Plugin\Validation\Constraint\UserMailRequired::context

Type: \Symfony\Component\Validator\ExecutionContextInterface

File

core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php, line 41
Contains \Drupal\user\Plugin\Validation\Constraint\UserMailRequired.

Class

UserMailRequired
Checks if the user's email address is provided if required.

Namespace

Drupal\user\Plugin\Validation\Constraint

Code

protected $context;