Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExecutionContext.php
ExecutionContext::$constraint
Same name in this branch
11.1.x core/lib/Drupal/Core/Validation/ExecutionContext.php
\Drupal\Core\Validation\ExecutionContext::constraint
The currently validated constraint.
Type:
constraint
File
vendor/
symfony/
validator/
Context/
ExecutionContext.php
, line 73
Class
ExecutionContext
The context used and created by {@link ExecutionContextFactory}.
Namespace
Symfony\Component\Validator\Context
Code
private ?Constraint $constraint =
null
;
RSS feed