Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
42 | public function addConfiguration(ArrayNodeDefinition $builder) |
||
43 | { |
||
44 | $builder |
||
45 | ->children() |
||
46 | ->scalarNode('filesystem_service')->isRequired()->cannotBeEmpty()->end() |
||
47 | ->scalarNode('cache_prefix')->defaultValue(null)->end() |
||
48 | ->scalarNode('root_url')->isRequired()->cannotBeEmpty()->end() |
||
49 | ->end() |
||
50 | ; |
||
51 | } |
||
52 | } |
||
53 |