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

Breadcrumb

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

function ContainerLoader::__construct

File

vendor/symfony/routing/Loader/ContainerLoader.php, line 23

Class

ContainerLoader
A route loader that executes a service from a PSR-11 container to load the routes.

Namespace

Symfony\Component\Routing\Loader

Code

public function __construct(ContainerInterface $container, ?string $env = null) {
    parent::__construct($env);
}

API Navigation

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