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