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

Breadcrumb

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

function RouteConfigurator::__construct

File

vendor/symfony/routing/Loader/Configurator/RouteConfigurator.php, line 25

Class

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

Namespace

Symfony\Component\Routing\Loader\Configurator

Code

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