Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ContainerBuilder.php
ContainerBuilder::$envCounters
Type:
int[] a map of env vars to their resolution counter
File
vendor/
symfony/
dependency-injection/
ContainerBuilder.php
, line 114
Class
ContainerBuilder
ContainerBuilder is a DI container that provides an API to easily describe services.
Namespace
Symfony\Component\DependencyInjection
Code
private array $envCounters = [];
RSS feed