Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExecutionContext.php
ExecutionContext::$initializedObjects
Stores which objects have been initialized.
Type:
bool[]
File
vendor/
symfony/
validator/
Context/
ExecutionContext.php
, line 94
Class
ExecutionContext
The context used and created by {@link ExecutionContextFactory}.
Namespace
Symfony\Component\Validator\Context
Code
private array $initializedObjects = [];
RSS feed