function AttributeMetadataInterface::getDenormalizationContextForGroups
Gets the computed denormalization contexts for given groups.
1 method overrides AttributeMetadataInterface::getDenormalizationContextForGroups()
- AttributeMetadata::getDenormalizationContextForGroups in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Gets the computed denormalization contexts for given groups.
File
-
vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 106
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function getDenormalizationContextForGroups(array $groups) : array;