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);
doc_Drupal
2016-10-29 09:33:07
Comments
Leave a Comment

Please login to continue.