| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | public function normalizeLink(string $path, $object, NormalizerContextInterface $context) |
||
| 35 | { |
||
| 36 | return [ |
||
| 37 | 'href' => $this->link->getHref(), |
||
| 38 | 'templated' => $this->link->isTemplated(), |
||
| 39 | 'rel' => $this->link->getRels(), |
||
| 40 | 'attributes' => $this->link->getAttributes(), |
||
| 41 | ]; |
||
| 42 | } |
||
| 43 | } |
||
| 44 |