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

Breadcrumb

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

function PhpFileLoader::__construct

Overrides FileLoader::__construct

File

vendor/symfony/dependency-injection/Loader/PhpFileLoader.php, line 40

Class

PhpFileLoader
PhpFileLoader loads service definitions from a PHP file.

Namespace

Symfony\Component\DependencyInjection\Loader

Code

public function __construct(ContainerBuilder $container, FileLocatorInterface $locator, ?string $env = null, ?ConfigBuilderGeneratorInterface $generator = null, bool $prepend = false) {
    parent::__construct($container, $locator, $env, $prepend);
}
RSS feed
Powered by Drupal