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

Breadcrumb

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

function CollectionConfigurator::__construct

File

vendor/symfony/routing/Loader/Configurator/CollectionConfigurator.php, line 28

Class

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

Namespace

Symfony\Component\Routing\Loader\Configurator

Code

public function __construct(RouteCollection $parent, string $name, ?self $parentConfigurator = null, ?array $parentPrefixes = null) {
    $this->name = $name;
    $this->collection = new RouteCollection();
    $this->route = new Route('');
}
RSS feed
Powered by Drupal