| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | 7 | public function generateDownloadUrl( |
|
| 19 | MediaInterface $media, |
||
| 20 | array $extra = [], |
||
| 21 | $routeName = null, |
||
| 22 | $referenceType = SymfonyUrlGeneratorInterface::ABSOLUTE_PATH |
||
| 23 | ): string { |
||
| 24 | 7 | return $this->generate($media, new DownloadParameterBag($extra), $routeName, $referenceType); |
|
| 25 | } |
||
| 26 | } |
||
| 27 |