You are here

public function Groups::getGroups in Zircon Profile 8

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

Gets groups.

Return value

array

File

vendor/symfony/serializer/Annotation/Groups.php, line 60

Class

Groups
Annotation class for @Groups().

Namespace

Symfony\Component\Serializer\Annotation

Code

public function getGroups() {
  return $this->groups;
}