public function ParamConverterInterface::convert

public ParamConverterInterface::convert($value, $definition, $name, array $defaults)

Converts path variables to their corresponding objects.

Parameters

mixed $value: The raw value.

mixed $definition: The parameter definition provided in the route options.

string $name: The name of the parameter.

array $defaults: The route defaults array.

Return value

mixed|null The converted parameter value.

File

core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php, line 42

Class

ParamConverterInterface
Interface for parameter converters.

Namespace

Drupal\Core\ParamConverter

Code

public function convert($value, $definition, $name, array $defaults);

© 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!ParamConverterInterface.php/function/ParamConverterInterface::convert/8.1.x