Provides an interface for a parameter converter manager.
Hierarchy
- interface \Drupal\Core\ParamConverter\ParamConverterManagerInterface
File
- core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php, line 10
Namespace
Drupal\Core\ParamConverter
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ParamConverterManagerInterface::addConverter | public | function | Registers a parameter converter with the manager. |
ParamConverterManagerInterface::convert | public | function | Invokes the registered converter for each defined parameter on a route. |
ParamConverterManagerInterface::getConverter | public | function | Lazy-loads converter services. |
ParamConverterManagerInterface::setRouteParameterConverters | public | function | Saves a list of applicable converters to each route. |
Please login to continue.