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

Breadcrumb

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

function ServicesConfigurator::__construct

File

vendor/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php, line 34

Class

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

Namespace

Symfony\Component\DependencyInjection\Loader\Configurator

Code

public function __construct(ContainerBuilder $container, PhpFileLoader $loader, array &$instanceof, ?string $path = null, int &$anonymousCount = 0) {
    $this->defaults = new Definition();
    $this->instanceof =& $instanceof;
    $this->anonymousHash = ContainerBuilder::hash($path ?: mt_rand());
    $this->anonymousCount =& $anonymousCount;
    $instanceof = [];
}
RSS feed
Powered by Drupal