You are here

protected property EntityTestCompositeConstraintValidator::$context in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php \Drupal\entity_test\Plugin\Validation\Constraint\EntityTestCompositeConstraintValidator::context

Validator 2.5 and upwards compatible execution context.

Type: \Symfony\Component\Validator\Context\ExecutionContextInterface

File

core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php, line 18

Class

EntityTestCompositeConstraintValidator
Constraint validator for the EntityTestComposite constraint.

Namespace

Drupal\entity_test\Plugin\Validation\Constraint

Code

protected $context;