public function ParamConverterManagerInterface::setRouteParameterConverters

public ParamConverterManagerInterface::setRouteParameterConverters(RouteCollection $routes)

Saves a list of applicable converters to each route.

Parameters

\Symfony\Component\Routing\RouteCollection $routes: A collection of routes to apply converters to.

File

core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php, line 44

Class

ParamConverterManagerInterface
Provides an interface for a parameter converter manager.

Namespace

Drupal\Core\ParamConverter

Code

public function setRouteParameterConverters(RouteCollection $routes);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!ParamConverter!ParamConverterManagerInterface.php/function/ParamConverterManagerInterface::setRouteParameterConverters/8.1.x