Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | public function build(ContainerBuilder $container) |
||
19 | { |
||
20 | parent::build($container); |
||
21 | |||
22 | $container->addCompilerPass(new ViewReferenceBuilderCompilerPass()); |
||
23 | $container->addCompilerPass(new ViewReferenceTransformerCompilerPass()); |
||
24 | $container->addCompilerPass(new ViewReferenceConnectorCompilerPass()); |
||
25 | } |
||
26 | } |
||
27 |