W3cubDocs

/Drupal 8

interface ParamConverterManagerInterface

Provides an interface for a parameter converter manager.

Hierarchy

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.

© 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/interface/ParamConverterManagerInterface/8.1.x