| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 9 |
| Lines | 14 |
| Ratio | 100 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 45 | 2 | View Code Duplication | private function processCriteriaBuilder( |
| 46 | $contextId, |
||
| 47 | array &$builder, |
||
| 48 | ContainerBuilder $container |
||
| 49 | ) { |
||
| 50 | 2 | $definitionName = $this->buildServiceName( |
|
| 51 | $contextId, |
||
| 52 | 2 | sprintf('builder.%s', $builder[self::NAME_PARAMETER]) |
|
| 53 | ); |
||
| 54 | |||
| 55 | 2 | $this->buildDefinition($container, $contextId, $definitionName, $builder); |
|
| 56 | |||
| 57 | 2 | return $definitionName; |
|
| 58 | } |
||
| 59 | } |
||
| 60 |