Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EnvVarProcessor.php

function EnvVarProcessor::__construct

Parameters

\Traversable<EnvVarLoaderInterface>|null $loaders:

File

vendor/symfony/dependency-injection/EnvVarProcessor.php, line 33

Class

EnvVarProcessor
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\DependencyInjection

Code

public function __construct(ContainerInterface $container, ?\Traversable $loaders = null) {
    $this->originalLoaders = $this->loaders = $loaders ?? new \ArrayIterator();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal