function AdvancedNameConverterInterface::denormalize
Overrides NameConverterInterface::denormalize
1 method overrides AdvancedNameConverterInterface::denormalize()
- MetadataAwareNameConverter::denormalize in vendor/
symfony/ serializer/ NameConverter/ MetadataAwareNameConverter.php - Converts a property name to its denormalized value.
File
-
vendor/
symfony/ serializer/ NameConverter/ AdvancedNameConverterInterface.php, line 25
Class
- AdvancedNameConverterInterface
- Gives access to the class, the format and the context in the property name converters.
Namespace
Symfony\Component\Serializer\NameConverterCode
public function denormalize(string $propertyName, ?string $class = null, ?string $format = null, array $context = []) : string;