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