1 | <?php |
||
10 | class TransformerCompilerPass extends AbstractChainsCompilerPass |
||
11 | { |
||
12 | /** |
||
13 | * @inheritDoc |
||
14 | */ |
||
15 | 2 | protected function processParam( |
|
24 | |||
25 | /** |
||
26 | * @param string $contextId |
||
27 | * @param array $transformer |
||
28 | * @param ContainerBuilder $container |
||
29 | */ |
||
30 | 2 | private function processTransformer( |
|
45 | } |
||
46 |