Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function build(ContainerBuilder $container) |
||
12 | { |
||
13 | parent::build($container); |
||
14 | |||
15 | $container->addCompilerPass(new CompilerPass\ContentCriteriaConverterPass()); |
||
16 | $container->addCompilerPass(new CompilerPass\ContentFacetConverterPass()); |
||
17 | $container->addCompilerPass(new CompilerPass\ContentSortClauseConverterPass()); |
||
18 | } |
||
19 | } |
||
20 |