| 1 | <?php |
||
| 8 | abstract class AbstractChainsCompilerPass extends AbstractContextCompilerPass |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @inheritDoc |
||
| 12 | */ |
||
| 13 | 6 | protected function getParamToBeProcessed() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * @param string $contextId |
||
| 20 | * @param string $name |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | 5 | protected function buildChainServiceName($contextId, $name) |
|
| 33 | } |
||
| 34 |