You are here

public function AttributeMetadataInterface::getGroups in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php \Symfony\Component\Serializer\Mapping\AttributeMetadataInterface::getGroups()

Gets groups of this attribute.

Return value

string[]

1 method overrides AttributeMetadataInterface::getGroups()
AttributeMetadata::getGroups in vendor/symfony/serializer/Mapping/AttributeMetadata.php
Gets groups of this attribute.

File

vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php, line 42

Class

AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.

Namespace

Symfony\Component\Serializer\Mapping

Code

public function getGroups();