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

Breadcrumb

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

function FileLoader::__construct

Same name in this branch
  1. 11.1.x vendor/symfony/serializer/Mapping/Loader/FileLoader.php \Symfony\Component\Serializer\Mapping\Loader\FileLoader::__construct()
  2. 11.1.x vendor/symfony/validator/Mapping/Loader/FileLoader.php \Symfony\Component\Validator\Mapping\Loader\FileLoader::__construct()

Parameters

bool $prepend Whether to prepend extension config instead of appending them:

2 calls to FileLoader::__construct()
PhpFileLoader::__construct in vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
PhpFileLoader::__construct in vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
1 method overrides FileLoader::__construct()
PhpFileLoader::__construct in vendor/symfony/dependency-injection/Loader/PhpFileLoader.php

File

vendor/symfony/dependency-injection/Loader/FileLoader.php, line 54

Class

FileLoader
FileLoader is the abstract class used by all built-in loaders that are file based.

Namespace

Symfony\Component\DependencyInjection\Loader

Code

public function __construct(ContainerBuilder $container, FileLocatorInterface $locator, ?string $env = null, bool $prepend = false) {
    parent::__construct($locator, $env);
}

API Navigation

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