function AttributeMetadataInterface::getDenormalizationContexts
Gets all the denormalization contexts per group ("*" being the base context applied to all groups).
1 method overrides AttributeMetadataInterface::getDenormalizationContexts()
- AttributeMetadata::getDenormalizationContexts in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Gets all the denormalization contexts per group ("*" being the base context applied to all groups).
File
-
vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 101
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function getDenormalizationContexts() : array;