You are here

9 calls to ChainRouteCollection::createInternalCollection() in Zircon Profile 8

ChainRouteCollection::add in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds a route.
ChainRouteCollection::addDefaults in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds defaults to all routes.
ChainRouteCollection::addOptions in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds options to all routes.
ChainRouteCollection::addPrefix in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds a prefix to the path of all child routes.
ChainRouteCollection::addRequirements in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds requirements to all routes.
ChainRouteCollection::addResource in vendor/symfony-cmf/routing/ChainRouteCollection.php
Adds a resource for this collection.
ChainRouteCollection::setHost in vendor/symfony-cmf/routing/ChainRouteCollection.php
Sets the host pattern on all routes.
ChainRouteCollection::setMethods in vendor/symfony-cmf/routing/ChainRouteCollection.php
Sets the HTTP methods (e.g. 'POST') all child routes are restricted to.
ChainRouteCollection::setSchemes in vendor/symfony-cmf/routing/ChainRouteCollection.php
Sets the schemes (e.g. 'https') all child routes are restricted to.