Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function normalize(NormalizerInterface $normalizer, $format = null, array $context = [])
 {
     if ($this->sorts->isRelevant()) {
         return $this->sorts->toArray();
     }
 }