| 1 | <?php |
||
| 18 | class FlysystemLoaderFactory extends AbstractLoaderFactory |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | public function create(ContainerBuilder $container, $loaderName, array $config) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | public function getName() |
||
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritdoc} |
||
| 47 | */ |
||
| 48 | public function addConfiguration(ArrayNodeDefinition $builder) |
||
| 58 | } |
||
| 59 |