1 | <?php |
||
20 | class DownloadRoutesLoaderBuilder extends RoutesLoaderBuilder |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function sanitize(array $configuration) |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | protected function definitionName() |
||
43 | |||
44 | /** |
||
45 | * {@inheritdoc} |
||
46 | */ |
||
47 | protected function defaultUploadDir($file) |
||
51 | } |
||
52 |