1 | <?php |
||
19 | class FlysystemLoaderFactory extends AbstractLoaderFactory |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function create(ContainerBuilder $container, $loaderName, array $config) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function getName() |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function addConfiguration(ArrayNodeDefinition $builder) |
||
59 | |||
60 | /** |
||
61 | * @return string|null |
||
62 | */ |
||
63 | private function getChildLoaderName() |
||
71 | } |
||
72 |