ApiPlatform\Core\Hal\Serializer\ItemNormalizer::getAttributes PHP Method

getAttributes() protected method

protected getAttributes ( $object, $format, array $context )
$context array
    protected function getAttributes($object, $format, array $context)
    {
        return $this->getComponents($object, $format, $context)['states'];
    }