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);
Please login to continue.