Documentation

RoutingResolverPass
in package
implements CompilerPassInterface Uses PriorityTaggedServiceTrait

Adds tagged routing.loader services to routing.resolver service.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes and Traits

CompilerPassInterface

Table of Contents

$loaderTag  : mixed
$resolverServiceId  : mixed
__construct()  : mixed
process()  : mixed

Properties

Methods

__construct()

public __construct([mixed $resolverServiceId = 'routing.resolver' ][, mixed $loaderTag = 'routing.loader' ]) : mixed
Parameters
$resolverServiceId : mixed = 'routing.resolver'
$loaderTag : mixed = 'routing.loader'
Return values
mixed

process()

public process(ContainerBuilder $container) : mixed
Parameters
$container : ContainerBuilder
Return values
mixed

Search results