| 1 | <?php |
||
| 10 | final class ParamMapperPass implements CompilerPassInterface |
||
| 11 | { |
||
| 12 | public const COLLECTOR_SVC_ID = 'eps.req2cmd.collector.param_collector'; |
||
| 13 | public const MAPPER_TAG = 'req2cmd.param_mapper'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function process(ContainerBuilder $container): void |
||
| 30 | |||
| 31 | private function collectMappers(array $mappersDefinitions): array |
||
| 48 | } |
||
| 49 |