function AttributeMetadataInterface::setDenormalizationContextForGroups
Sets the denormalization context for given groups.
1 method overrides AttributeMetadataInterface::setDenormalizationContextForGroups()
- AttributeMetadata::setDenormalizationContextForGroups in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Sets the denormalization context for given groups.
File
-
vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 111
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function setDenormalizationContextForGroups(array $context, array $groups = []) : void;